EnumBitSet.opIndexAssign

Access by indexing (runtime value).

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

Meta