StaticDenseSetFilter.contains

Check if element e is present/stored/contained.

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

Meta