StaticDenseSetFilter.opOpAssign

Check if element e is present/stored/contained.

  1. bool contains(E e)
  2. bool opBinaryRight(E e)
  3. typeof(this) opBinary(typeof(this) e)
  4. typeof(this) opOpAssign(typeof(this) e)
    struct StaticDenseSetFilter(E, bool requestPacked = true)
    @safe pure nothrow @nogc pragma(inline, true) @property
    typeof(this)
    opOpAssign
    (
    string op
    )
    (
    auto ref in typeof(this) e
    )
    if (
    op == "|" ||
    op == "&"
    ||
    op == "^"
    )

Meta