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)); }