func _byte_storage(capacity: Int) 'alloc -> ByteStorageAllocates byte storage with the requested capacity.
View Source
pub func _byte_storage(capacity: Int) 'alloc -> ByteStorage {
ByteStorage(base: _alloc<Byte>(count: capacity))
}func _byte_storage(capacity: Int) 'alloc -> ByteStorageAllocates byte storage with the requested capacity.
pub func _byte_storage(capacity: Int) 'alloc -> ByteStorage {
ByteStorage(base: _alloc<Byte>(count: capacity))
}