Hex.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Hex opBinary(Hex other)
    struct Hex(T = int)
    pure const
    opBinary
    (
    string op
    )
    (
    const Hex other
    )
    if (
    op.among("+", "-")
    )
  2. Hex opBinary(int scale)

Meta