Releases: rbaltrusch/stream.lua
Releases · rbaltrusch/stream.lua
v1.0.0
v1.0.0 Release
Contains the v1.0.0 functionality of the streams
library, containing fully-functional, lazily-computed chainable iterators such as map
, filter
, reduce
, and many more functional programming patterns.
Download the stream.lua file from Github or install the streams package from luarocks using luarocks install streams
.