Allocators are classes that define memory models to be used by some parts of the C++ Standard Library, and most specifically, by STL containers.
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Copyright (c) 2019 D Language Foundation
D binding to C++ std::allocator.