convert library

Functions

identity<T>(T x) → T
The identity function. While it might seem strange to have a function that just returns back the input, there are some interesting uses.

Typedefs

Infallible = Never
The error type for errors that can never happen