[ 源代码: golang-github-ncabatoff-go-seq ]
软件包:golang-github-ncabatoff-go-seq-dev(0.0~git20180805.b08ef85-5)
golang-github-ncabatoff-go-seq-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-ncabatoff-go-seq:
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-5.dsc]
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85.orig.tar.xz]
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- 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.
其他与 golang-github-ncabatoff-go-seq-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-google-go-cmp-dev
- Package for comparing Go values in tests