You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Bigstring of Bigstringaf.t
| String of string
| Bytes of bytes
val weight : t -> int
Weight of t.
t
val sub : t -> int -> int -> t
sub t off len does a sub operation of t of len bytes starting at off.
sub t off len
len
off