➰ Functional
Utilities for functional programming.
identity
Takes a single object and returns it right away.
Other open source libraries
provide it,
but current implementation stands out thanks to proper typing via TypeVar
.
It helps an IDE to automatically highlight errors like this: