val iter :
'a t ->
lower:
( ( [< `Read | `Set_and_create ], 'b t, 'b ) Fieldslib.Field.t_with_perm ->
'a t ->
'c ->
'd ) ->
upper:
( ( [< `Read | `Set_and_create ], 'e t, 'e ) Fieldslib.Field.t_with_perm ->
'a t ->
'f ->
'g ) ->
'h
val fold :
'a t ->
init:'b ->
lower:
( 'c ->
( [< `Read | `Set_and_create ], 'd t, 'd ) Fieldslib.Field.t_with_perm ->
'a t ->
'e ->
'f ) ->
upper:
( 'g ->
( [< `Read | `Set_and_create ], 'h t, 'h ) Fieldslib.Field.t_with_perm ->
'a t ->
'i ->
'j ) ->
'k
val for_all :
'a t ->
lower:
( ( [< `Read | `Set_and_create ], 'b t, 'b ) Fieldslib.Field.t_with_perm ->
'a t ->
'c ->
bool ) ->
upper:
( ( [< `Read | `Set_and_create ], 'd t, 'd ) Fieldslib.Field.t_with_perm ->
'a t ->
'e ->
bool ) ->
bool
val exists :
'a t ->
lower:
( ( [< `Read | `Set_and_create ], 'b t, 'b ) Fieldslib.Field.t_with_perm ->
'a t ->
'c ->
bool ) ->
upper:
( ( [< `Read | `Set_and_create ], 'd t, 'd ) Fieldslib.Field.t_with_perm ->
'a t ->
'e ->
bool ) ->
bool
val to_list :
'a t ->
lower:
( ( [< `Read | `Set_and_create ], 'b t, 'b ) Fieldslib.Field.t_with_perm ->
'a t ->
'c ->
'd ) ->
upper:
( ( [< `Read | `Set_and_create ], 'e t, 'e ) Fieldslib.Field.t_with_perm ->
'a t ->
'f ->
'g ) ->
'h list
val map :
'a t ->
lower:
( ( [< `Read | `Set_and_create ], 'b t, 'b ) Fieldslib.Field.t_with_perm ->
'a t ->
'c ->
'd ) ->
upper:
( ( [< `Read | `Set_and_create ], 'e t, 'e ) Fieldslib.Field.t_with_perm ->
'a t ->
'f ->
'g ) ->
'h t
val set_all_mutable_fields : 'a -> unit