EnumBitSet.opIndex

Access by indexing (runtime value).

  1. bool opIndex(E e)
    struct EnumBitSet(E)
    const
    bool
    opIndex
    (
    E e
    )
    if (
    is(E == enum)
    )
  2. bool opIndexAssign(bool value, E e)

Meta