- allocator_type
alias allocator_type = Alloc
- difference_type
alias difference_type = allocator_type.difference_type
- pointer
alias pointer = allocator_type.pointer
- rebind_traits
alias rebind_traits(U) = allocator_traits!(rebind_alloc!U)
- size_type
alias size_type = allocator_type.size_type
- value_type
alias value_type = allocator_type.value_type