iterator-library
There are 25 repositories under iterator-library topic.
Hejsil/ziter
The missing iterators for Zig
starwing/luaiter
A iteration library for Lua
MadProbe/iterator-helpers-polyfill
A polyfill for Iterator helpers proposal written in Typescript for environments supporting ES2018+
foresterre/peekmore
👀 Multi-peek iterator (no-std)
gomoni/it
iterator library for go using a rangefunc experiment
navyenzo/blIteratorAPI
A template library for creating custom iterators
PROGRAP/iterator
Iterator library for ECMAScript
desnor/itrabble
Library to extend JS iterables
miyamo2/filtgen
generate an iterator by go generate that can filter by field values of the item.
killertux/riterator
An iterator for PHP that strangely resembles that of Rust.
m62624/get_chunk
File iterator or stream with auto or manual chunk size selection
jeroen-dhollander/cpp-iterators
Iterator based utilities to allow using manipulated iterators (reversed/enumerated/filtered) inside a range-based for loop
navyenzo/blBufferLIB
a header-only template library that defines a generic contiguous N-Dimensional Buffer with stl-algorithm compatible circular iterators that make writing-to/reading-from the buffers multi-thread/multi-process safe
bvontob/php-more-iterators
Provide some of the Iterators missing from PHP's SPL
EtienneLamoureux/php-json-iterator
PHP package to iterate through various JSON formats
FilippoRanza/unfold
A simple unfold implementation in Rust
GreenMine/riterator-php
Rust-like iterators for PHP 8.0
qwtel/lilit
Florian's little iterator library.
allcreater/asq2
Lua functional-style iterator-based helper library for collections filtering
carmichaeljr/util
A zero dependency golang utility library that aims to add useful features to the std lib.
eimfach/mosayk
A utility library containing iterator-generator patterns and promisified stuff
Krzmbrzl/iterators
A C++17 header-only library for easy implementation of STL-conforming iterators
olbrichattila/gogenerator
Generator iterator in golang