Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Conversion of a string to a source of characters.
include Interfaces.SOURCE with type item = char
val has_more : t -> bool
has_more s
Does the stream s
have more items?
val make : string -> t
make str
A character stream generated from the string str
.