Currently the parsing/toString process aren't strictly symmetric when it comes to encoded pairs. Wre should ensure that this is always the case, otherwise building and parsing two similar instances won't result in the same value or would not honor the equals contract.
Currently the parsing/toString process aren't strictly symmetric when it comes to encoded pairs. Wre should ensure that this is always the case, otherwise building and parsing two similar instances won't result in the same value or would not honor the
equalscontract.