DummyAllocator.free

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void free(NotNullSlice!(T, Tag) slice)
  2. void free(NotNullPtr!(T, Tag) ptr)
    struct DummyAllocator
    @trusted static
    void
    free
    (
    T
    )
    (
    ref NotNullPtr!(T, Tag) ptr
    )

Meta