sizeFunction
The function used to determine the size of pointers.
Declaration
var sizeFunction: ((UnsafeRawPointer) -> Int)? { get set }Discussion
This function is used for copy-in operations (unless the collection has an object personality).
The function used to determine the size of pointers.
var sizeFunction: ((UnsafeRawPointer) -> Int)? { get set }This function is used for copy-in operations (unless the collection has an object personality).