isAmong.isAmong

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool isAmong(Value value)
    template isAmong(values...)
    bool
    isAmong
    (
    Value
    )
    (
    Value value
    )
    if (
    haveCommonType!(Value, values)
    )
    if (
    isExpressionTuple!values &&
    values.length != 0
    )
  2. bool isAmong(Value value, Values values)

Meta