This package is intended to allow ordering (most) values via reflection,
much like go-cmp allows comparing values for equality.
.
This is helpful when trying to write Less() methods for sorting
structures.
.
Notable unsupported types include the builtin complex type, channels,
functions, and maps with non-string keys. Pointers can be ordered if
their underlying types can be ordered.
Installed Size: 23.6 kB
Architectures: all