val iter :
t ->
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
t ->
Data.t ->
'a ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
t ->
Data.t option ->
'b ) ->
'c
val fold :
t ->
init:'a ->
staking:
( 'b ->
( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
t ->
Data.t ->
'c ) ->
next:
( 'd ->
( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
t ->
Data.t option ->
'e ) ->
'f
val for_all :
t ->
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
t ->
Data.t ->
bool ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
t ->
Data.t option ->
bool ) ->
bool
val exists :
t ->
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
t ->
Data.t ->
bool ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
t ->
Data.t option ->
bool ) ->
bool
val to_list :
t ->
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
t ->
Data.t ->
'a ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
t ->
Data.t option ->
'b ) ->
'c list
val map :
t ->
staking:
( ( [< `Read | `Set_and_create ], t, Data.t ) Fieldslib.Field.t_with_perm ->
t ->
Data.t ->
Data.t ) ->
next:
( ( [< `Read | `Set_and_create ], t, Data.t option )
Fieldslib.Field.t_with_perm ->
t ->
Data.t option ->
Data.t option ) ->
t
val set_all_mutable_fields : 'a -> unit