module Delim:sig
..end
For example, this may be appropriate for generic comma- or tab-delimited
data.
val fields : Line.t -> string array
[| |]
)val set_fields : string array -> Line.t -> Line.t
Line.Delim.fields
val names : Line.t -> string list
Line.Delim.get
(accessor, nullable)val set_names : string list -> Line.t -> Line.t
Line.Delim.names
val get : string -> Line.t -> string
val get_int : string -> Line.t -> int
val get_float : string -> Line.t -> float
val options : Line.t -> Delimited.options
Delimited
options with which the record was split (accessor, nullable)val set_options : Delimited.options -> Line.t -> Line.t
Line.Delim.options
val output : Pervasives.out_channel -> Line.t -> unit
Delimited.options
.val create : fields:string array -> Line.t -> Line.t
Line.Delim
substructure to a line.