json/docs/examples/operator_spaceship__const_reference.output
2022-07-31 11:16:05 +02:00

5 lines
141 B
Plaintext

[1,2,3] <=> [1,2,4] := less
{"A":"a","B":"b"} <=> {"A":"a","B":"b"} := equivalent
"foo" <=> 17 := greater
"foo" <=> <discarded> := unordered