Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Define stream construction from elements list source.
The stream module with an element list as a source.
module Builder : sig ... end
val build : 'a Builder.t
Build a fresh Stream
using the parametric parser and a stream.
val position : 'a t -> int
Provides the current absolute position in the stream. This reflect the number of read elements from the stream.
val is_empty : 'a t -> bool
Predicate checking is the stream has at least one element or not.