BitMask.this

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

Meta