StaticDenseSetFilter.opBinaryRight

Check if element e is present/stored/contained.

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

Meta