DenseSetFilter.contains

Check if element e is stored/contained.

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

Meta