pub type AllocatorFullSyncArray<InType, const BUFFER_SIZE: usize> = OgreArrayPoolAllocator<InType, FullSyncMove<u32, BUFFER_SIZE>, BUFFER_SIZE>;
Aliased Typeยง
pub struct AllocatorFullSyncArray<InType, const BUFFER_SIZE: usize> { /* private fields */ }