LocationImpl.opBinary

Substract absolute locations.

  1. LocationDiff opBinary(LocationImpl rhs)
    struct LocationImpl(LocationTypeFlags flags, T = int)
    const
    opBinary
    (
    string op
    )
    if (
    op == "-" &&
    )
  2. LocationImpl opBinary(LocationDiff rhs)
  3. LocationImpl opBinary(LocationDiff rhs)

Meta