The OpenD Programming Language

allocator.rebind

import core.stdcpp.allocator;
struct allocator(T)
extern (D)
alias rebind(U) = allocator!U

Meta