Allocator.make

Undocumented in source. Be warned that the author may not have intended to support it.
  1. MaybeNullPtr!(T, Tag) make(Params params)
    struct Allocator(alias AllocT)
    @nogc nothrow
    make
    (
    T
    Params...
    )
    (
    scope auto ref Params params
    )
    if (
    ctassert!(isSimpleAllocator!AllocT, "Type `" ~ AllocT.stringof ~ "` is not an allocator.")
    )
  2. MaybeNullPtr!(T, Tag) make(Params params)

Meta