We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a13a0 commit 0b70d40Copy full SHA for 0b70d40
README.md
@@ -1,5 +1,7 @@
1
# iter
2
3
+**Note: I'm currently working on making it work with Go generics. For previous version, please check `v1` branch.**
4
+
5
Go implementation of C++ STL iterators and algorithms.
6
7
Less hand-written loops, more expressive code.
README_ZH.md
+**注意:我正在努力使其兼容 Go1.18 支持的泛型。如需旧版本请查看 `v1` 分支。**
C++ STL 迭代器和算法库的 Go 语言实现。
更少的手写循环,更多富有表达力的代码。
0 commit comments