OpenHashSet.contains

  1. bool contains(T item)
    struct OpenHashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
    const nothrow @safe
    bool
    contains
    ()
  2. bool opBinaryRight(T item)

Return Value

Type: bool

true if the hash set contains the given item, false otherwise.

Meta