isAmong

The function similar to functions "canFind" and "among".

  1. bool isAmong(Value value, Values values)
  2. bool isAmong(T value, T[] values)
    bool
    isAmong
    (
    alias pred =
    (
    a
    ,
    b
    )
    => a == b
    T
    )
    (,
    const T[] values
    )

Meta