package shcaml

  1. Overview
  2. Docs
val fields : t -> string array
val set_fields : string array -> t -> t
val names : t -> string list
val set_names : string list -> t -> t
val get : string -> t -> string
val get_int : string -> t -> int
val get_float : string -> t -> float
val options : t -> Delimited.options
val set_options : Delimited.options -> t -> t
val output : out_channel -> t -> unit
val create : fields:string array -> t -> t