Path to this page:
./
devel/ruby-stream,
Interface for external iterators
Branch: pkgsrc-2019Q1,
Version: 0.5.2,
Package name: ruby24-stream-0.5.2,
Maintainer: minskimModule Stream defines an interface for external iterators. A stream
can be seen as an iterator on a sequence of objects x1, ..., xn. The
state of the stream is uniquely determined by the following methods:
at_beginning?, at_end?, current, and peek. State changes are done
with the following operations: set_to_begin, set_to_end, forward, and
backward.
Required to run:[
lang/ruby24-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version ruby24-stream-0.5.2 (created)