Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Streamable.S
A signature for data structures that may be converted to and from a Stream.t
.
If you create a new data structure, you should make it compatible with Streamable
if possible.
Return a stream containing all elements of given data structure. Exact semantics depend on implementation. For example, elements in stream may or may not be ordered.