Marcel Taeumel uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-mt.896.mcz==================== Summary ====================
Name: Collections-mt.896
Author: mt
Time: 6 June 2020, 1:09:50.193722 pm
UUID: f5f12285-e0f4-754e-ae61-64cee815ebe0
Ancestors: Collections-nice.895
Moves FFI method to FFI-Kernel package since it is only sent from within that package.
=============== Diff against Collections-nice.895 ===============
Item was removed:
- ----- Method: ByteArray>>asByteArrayPointer (in category 'private') -----
- asByteArrayPointer
- "Return a ByteArray describing a pointer to the contents of the receiver."
- ^self shouldNotImplement!