Value.opEquals

Comparison operator for type T. Note: The code asserts that the current value holds a representation of type T.

  1. bool opEquals(T val)
    struct Value
    const
    bool
    opEquals
    (
    T
    )
    (
    const T val
    )
  2. bool opEquals(Value other)

Meta