[ ソース: 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