The menu to the left contains every public module in the standard library.
For language documentation, see the intro.
Some notes on reading documentation:
- Doc comments avoid beginning with "Returns ...".
If the doc comment is a noun phrase, it's what the function returns. - Doc comments for functions on immutable types still use verbs.
For example, "sorts from least to greatest" on an immutable sort function.