DenseSetFilter.opBinaryRight

Check if element e is stored/contained.

  1. bool contains(E e)
  2. bool opBinaryRight(E e)
    struct DenseSetFilter(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
    @safe pure nothrow @nogc @property const
    bool
    opBinaryRight
    (
    string op
    )
    (
    in E e
    )
    if (
    op == "in"
    )
    if (
    isDenseSetFilterable!E
    )
  3. typeof(this) opBinary(typeof(this) e)

Meta