Pakket: golang-github-ncabatoff-go-seq-dev (0.0~git20180805.b08ef85-3)
Verwijzigingen voor golang-github-ncabatoff-go-seq-dev
Debian bronnen:
Het bronpakket golang-github-ncabatoff-go-seq downloaden:
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-3.dsc]
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85.orig.tar.xz]
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-cbroglie-mapstructure-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-tendermint-go-wire-dev
- golang-github-go-viper-mapstructure-dev
- golang-github-powerman-deepequal-dev
- golang-layeh-gopher-luar-dev
- golang-github-gcla-deep-dev
- golang-github-bradenaw-juniper-dev
- libcrypto-equality-clojure
- libcoq-mathcomp-ssreflect
- python-ruamel.ordereddict
sequence go values to allow sorting them (library)
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.
Andere aan golang-github-ncabatoff-go-seq-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-google-go-cmp-dev
- Package for comparing Go values in tests