Elixir's Info function
The elixir Kernel module has an interesting function i/1
that returns information about whatever you pass to it.
It will provide the argument's data type, byte size, raw representation, a description, and reference modules
Tweet