Type

Summary

Functions

Returns the a string representation of the type of a passed argument

Functions

check(arg)

Specs

check(any) :: char_list

Returns the a string representation of the type of a passed argument

Example

iex> Type.check(:hello_world) ‘Atom’