You can search for identifiers within the package.
in-package search v0.2.0
val verbose : bool
val iter_while_rev : 'a. iter:(unit -> 'a) -> cond:('a -> bool) -> 'a list
Iterate a function while another function is true.
Results are collected in reverse order for performance. Use List.rev if you need results in the order they were produced.
List.rev