FilterBuffer.append

Undocumented in source. Be warned that the author may not have intended to support it.
class FilterBuffer(T)
void
append
(
in T nval
)
if (
is(typeof((T[]).init.expected) == T) &&
is(typeof(T[].init.variance(T.init)) == T)
)

Meta