DenseSetFilterGrowableArray.opBinaryRight

Check if element e is stored/contained.

  1. bool contains(E e)
  2. bool opBinaryRight(E e)
    struct DenseSetFilterGrowableArray(E, alias Allocator = null)
    pragma(inline, true) const
    bool
    opBinaryRight
    (
    string op
    )
    (
    E e
    )
    if (
    op == "in"
    )
    if (
    isDenseSetFilterable!E
    )

Meta