Returns an initialized object. This function is mainly for eliminating construction differences between structs and classes. It allows code to not worry about whether the type it's constructing is a struct or a class.
Convenience function for constructing a generic container.
This module contains some common utilities used by containers.
This module is a submodule of std.container.