isEqual

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool isEqual(V value, E expected)
    bool
    isEqual
    (
    V
    E
    )
    (
    in auto ref V value
    ,
    in auto ref E expected
    )
    if (
    !isObject!V &&
    (
    !isInputRange!V ||
    !isInputRange!E
    )
    &&
    !isFloatingPoint!V
    &&
    !isFloatingPoint!E
    &&
    is(typeof(value == expected) == bool)
    )
  2. bool isEqual(V value, E expected)
  3. bool isEqual(V value, E expected)
  4. bool isEqual(V value, E expected)
  5. bool isEqual(V value, E expected)

Meta