package spreadsheetml

  1. Overview
  2. Docs
val names : string list
val rows : ([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm
val columns : ([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm
val make_creator : columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Column.t Base.list) * 'c) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> 'c -> ('b -> Row.t Base.list) * 'd) -> 'a -> ('b -> t) * 'd
val create : columns:Column.t Base.list -> rows:Row.t Base.list -> t
val map : columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> Column.t Base.list) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> Row.t Base.list) -> t
val iter : columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> Base.unit) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> Base.unit) -> Base.unit
val fold : init:'a -> columns: ('a -> ([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> 'b) -> rows: ('b -> ([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> 'c) -> 'c
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
val for_all : columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> Base.bool) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val exists : columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> Base.bool) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val to_list : columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> 'a) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
module Direct : sig ... end