pub type AllocatorFullSyncArray<InType, const BUFFER_SIZE: usize> = OgreArrayPoolAllocator<InType, FullSyncMove<u32, BUFFER_SIZE>, BUFFER_SIZE>;

Aliased Type§

struct AllocatorFullSyncArray<InType, const BUFFER_SIZE: usize> { /* private fields */ }