LocationImpl.opBinary

Add difference to absolute location.

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

Meta