Function
unsafe_initialize(copying_bytes_from:count:)
Initializes the memory referenced by count consecutive bytewise copies of value.
fun unsafe_initialize(
copying_bytes_from source: Pointer<Pointee>,
count: Int
)
Initializes the memory referenced by count consecutive bytewise copies of value.
fun unsafe_initialize(
copying_bytes_from source: Pointer<Pointee>,
count: Int
)