sihl.user
Fields.Direct
sihl
sihl.app
sihl.authn
sihl.authz
sihl.cmd
sihl.configuration
sihl.core
sihl.data
sihl.email
sihl.http
sihl.log
sihl.message
sihl.middleware
sihl.queue
sihl.schedule
sihl.seed
sihl.server
sihl.session
sihl.storage
sihl.token
sihl.utils
sihl.web
val iter : t -> user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'a) -> 'a
val fold : t -> init:'a -> user_id: ('a -> ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'b) -> 'b
val for_all : t -> user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.bool) -> Base.bool
val exists : t -> user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.bool) -> Base.bool
val to_list : t -> user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> 'a) -> 'a list
val map : t -> user_id: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> t -> Base.string -> Base.string) -> t
val set_all_mutable_fields : 'a -> unit