FilterBuffer.isFilled

Undocumented in source. Be warned that the author may not have intended to support it.
class FilterBuffer(T)
@property const
bool
isFilled
()
if (
is(typeof((T[]).init.expected) == T) &&
is(typeof(T[].init.variance(T.init)) == T)
)

Meta