DoxigAlpha

allocator

Unlike most std allocators StackFallbackAllocator modifies its internal state before returning an implementation of theAllocator interface and therefore also doesn't use the usual .allocator() method.

Source

Implementation

#
pub const allocator = @compileError("use 'const allocator = stackFallback(N).get();' instead")