package sihl-type

  1. Overview
  2. Docs
val iter : t -> file: (([< `Read | `Set_and_create ], t, Storage_file.t) Fieldslib.Field.t_with_perm -> t -> Storage_file.t -> 'a) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> 'c
val fold : t -> init:'a -> file: ('b -> ([< `Read | `Set_and_create ], t, Storage_file.t) Fieldslib.Field.t_with_perm -> t -> Storage_file.t -> 'c) -> blob: ('d -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'e) -> 'f
val for_all : t -> file: (([< `Read | `Set_and_create ], t, Storage_file.t) Fieldslib.Field.t_with_perm -> t -> Storage_file.t -> bool) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> bool
val exists : t -> file: (([< `Read | `Set_and_create ], t, Storage_file.t) Fieldslib.Field.t_with_perm -> t -> Storage_file.t -> bool) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> bool
val to_list : t -> file: (([< `Read | `Set_and_create ], t, Storage_file.t) Fieldslib.Field.t_with_perm -> t -> Storage_file.t -> 'a) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> 'c list
val map : t -> file: (([< `Read | `Set_and_create ], t, Storage_file.t) Fieldslib.Field.t_with_perm -> t -> Storage_file.t -> Storage_file.t) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> t
val set_all_mutable_fields : 'a -> unit