Function init [src]
Prototype
pub fn init(allocator: Allocator) Allocating
Parameters
allocator: Allocator
Source
pub fn init(allocator: Allocator) Allocating {
return .initAligned(allocator, .of(u8));
}
pub fn init(allocator: Allocator) Allocating
allocator: Allocator
pub fn init(allocator: Allocator) Allocating {
return .initAligned(allocator, .of(u8));
}