You can search for identifiers within the package.
in-package search v0.2.0
Path permission modes.
type t = int
The type for file path permission modes.
val get : Fpath.t -> (t, 'e) result
get p is p is permission mode.
get p
p
val set : Fpath.t -> t -> (unit, 'e) result
set p m sets p's permission mode to m.
set p m
m