Initializer

init(unsafely_copying:reserving:)

Creates an instance with the contents of source copied to a buffer capable of holding at least minimum_capacity units.

Source
init(
   unsafely_copying source: PointerToBuffer<Int8>,
   reserving minimum_capacity: Int
)

Details

In a free-standing environment, both source.count and minimum_capacity must be less than 7, which is the maximum capacity of inline storage.