BitMask.this

Undocumented in source.
  1. this(T bitstring)
  2. this(R range)
    struct BitMask
    pure nothrow
    this
    (
    R
    )
    (
    scope R range
    )
    if (
    (isInputRange!R) &&
    is(ElementType!R : bool)
    )
  3. this(R range)

Meta