package spreadsheetml

  1. Overview
  2. Docs
val iter : t -> columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> t -> Column.t Base.list -> 'a) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> t -> Row.t Base.list -> 'b) -> 'b
val fold : t -> init:'a -> columns: ('a -> ([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> t -> Column.t Base.list -> 'b) -> rows: ('b -> ([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> t -> Row.t Base.list -> 'c) -> 'c
val for_all : t -> columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> t -> Column.t Base.list -> Base.bool) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> t -> Row.t Base.list -> Base.bool) -> Base.bool
val exists : t -> columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> t -> Column.t Base.list -> Base.bool) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> t -> Row.t Base.list -> Base.bool) -> Base.bool
val to_list : t -> columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> t -> Column.t Base.list -> 'a) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> t -> Row.t Base.list -> 'a) -> 'a list
val map : t -> columns: (([< `Read | `Set_and_create ], t, Column.t Base.list) Fieldslib.Field.t_with_perm -> t -> Column.t Base.list -> Column.t Base.list) -> rows: (([< `Read | `Set_and_create ], t, Row.t Base.list) Fieldslib.Field.t_with_perm -> t -> Row.t Base.list -> Row.t Base.list) -> t
val set_all_mutable_fields : 'a -> unit