FilterBuffer.maxLength

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t maxLength [@property getter]
  2. size_t maxLength [@property setter]
    class FilterBuffer(T)
    @property
    size_t
    maxLength
    (
    size_t maxLen
    )
    if (
    is(typeof((T[]).init.expected) == T) &&
    is(typeof(T[].init.variance(T.init)) == T)
    )

Meta