Module Fields.Direct

val iter : t -> namespace:(([< `Read | `Set_and_create ]t, string) Fieldslib.Field.t_with_perm -> t -> string -> unit) -> version:(([< `Read | `Set_and_create ]t, int) Fieldslib.Field.t_with_perm -> t -> int -> unit) -> dirty:(([< `Read | `Set_and_create ]t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> 'a) -> 'a
val fold : t -> init:'a -> namespace:('a -> ([< `Read | `Set_and_create ]t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> version:('b -> ([< `Read | `Set_and_create ]t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'c) -> dirty:('c -> ([< `Read | `Set_and_create ]t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> 'd) -> 'd
val for_all : t -> namespace:(([< `Read | `Set_and_create ]t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> version:(([< `Read | `Set_and_create ]t, int) Fieldslib.Field.t_with_perm -> t -> int -> bool) -> dirty:(([< `Read | `Set_and_create ]t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> bool) -> bool
val exists : t -> namespace:(([< `Read | `Set_and_create ]t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> version:(([< `Read | `Set_and_create ]t, int) Fieldslib.Field.t_with_perm -> t -> int -> bool) -> dirty:(([< `Read | `Set_and_create ]t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> bool) -> bool
val to_list : t -> namespace:(([< `Read | `Set_and_create ]t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'a) -> version:(([< `Read | `Set_and_create ]t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'a) -> dirty:(([< `Read | `Set_and_create ]t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> 'a) -> 'a list
val map : t -> namespace:(([< `Read | `Set_and_create ]t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> version:(([< `Read | `Set_and_create ]t, int) Fieldslib.Field.t_with_perm -> t -> int -> int) -> dirty:(([< `Read | `Set_and_create ]t, bool) Fieldslib.Field.t_with_perm -> t -> bool -> bool) -> t
val set_all_mutable_fields : 'a -> unit