Function promote [src]
Prototype
pub fn promote(self: State, child_allocator: Allocator) ArenaAllocator
Parameters
self: State
child_allocator: Allocator
Source
pub fn promote(self: State, child_allocator: Allocator) ArenaAllocator {
return .{
.child_allocator = child_allocator,
.state = self,
};
}