Meta.FieldsSourceval make_creator :
total:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
'a ->
('b -> int) * 'c) ->
'a ->
('b -> t) * 'cval map :
total:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> int) ->
tval iter :
total:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
unit) ->
unitval fold :
init:'a ->
total:
('a ->
([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
'b) ->
'bval for_all :
total:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
bool) ->
boolval exists :
total:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm ->
bool) ->
boolval to_list :
total:
(([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'a) ->
'a list