Vector.removeOne

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(T, Allocator = Mallocator, bool addInGC = true)
bool
removeOne
(
S
)
(
auto ref S value
)
if (
is(Unqual!S == T)
)
if (
is(T == Unqual!T)
)

Meta