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