class virtual['i]scanner :'i Cf_seq.t ->object..end
A virtual base class used in the cscanf function (below) for constructing
a scanning buffer from an input sequence.
val mutable next_ : 'i Cf_seq.tThe input sequence
The next unmatched input symbol
method private virtual get : charGet the next character for the scanning buffer
method init : Stdlib.Scanf.Scanning.scanbufInitialize the scanning buffer
method fini : 'i Cf_seq.tFinalize the scanning buffer and return the next unmatched input symbol.