package janestreet_csv

  1. Overview
  2. Docs

Module Csv_tool_lib.Mapped_csvSource

Sourcetype t
Sourceval row_maps : t -> string Core.String.Map.t list
Sourceval header_map : t -> string Core.Int.Map.t
Sourceval create : string Core.String.Map.t list -> string Core.Int.Map.t -> t
Sourceval of_csv : Csvlib.Csv.t -> t
Sourceval to_csv : t -> Csvlib.Csv.t