[ trixie ]
[ sid ]
[ 源代码: golang-github-lestrrat-go-iter ]
软件包:golang-github-lestrrat-go-iter-dev(1.0.2-2)
golang-github-lestrrat-go-iter-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-lestrrat-go-iter:
- [golang-github-lestrrat-go-iter_1.0.2-2.dsc]
- [golang-github-lestrrat-go-iter_1.0.2.orig.tar.gz]
- [golang-github-lestrrat-go-iter_1.0.2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Simple tools for container iteration (library)
iter and its sub-packages provide a set of utilities to make it easy for providers of objects that are iteratable.
For example, if your object is map-like and you want a way for users to iterate through all or specific keys in your object, all you need to do is to provide a function that iterates through the pairs that you want, and send them to a channel.
Then you create an iterator from the channel, and pass the iterator to the user. The user can then safely iterate through all elements.
其他与 golang-github-lestrrat-go-iter-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package