Although the information is scattered about elsewhere, it would be good for the documentation for cmp.Ordered to explain how NaNs work. Then, the documentation for builtin.min and builtin.max should reference the documentation for cmp.Ordered directly (it does indirectly through the declaration).
Although the information is scattered about elsewhere, it would be good for the documentation for
cmp.Orderedto explain how NaNs work. Then, the documentation forbuiltin.minandbuiltin.maxshould reference the documentation forcmp.Ordereddirectly (it does indirectly through the declaration).