json/docs/examples/operator_spaceship__const_reference.output

5 lines
141 B
Plaintext
Raw Normal View History

2022-06-23 17:13:45 +03:00
[1,2,3] <=> [1,2,4] := less
{"A":"a","B":"b"} <=> {"A":"a","B":"b"} := equivalent
"foo" <=> 17 := greater
"foo" <=> <discarded> := unordered