Currency.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(Currency x)
    struct Currency(string _UNIT, long _BASE_UNIT = 1_000_000_000, long MAX_VALUE_IN_BASE_UNITS = 1_000_000_000)
    pure const nothrow @nogc
    bool
    opEquals
    (
    const Currency x
    )
  2. bool opEquals(T x)

Meta