tipo v0.0.5 Tipo

Summary

Functions

atom?(v)
binary?(v)
bitstring?(v)
boolean?(v)
float?(v)
function?(v)
integer?(v)
list?(v)
map?(v)
module?(v)
nil?(v)
number?(v)
pid?(v)
port?(v)
reference?(v)
regex?(v)
string?(v)
struct?(v)
tuple?(v)
typeof(value)

Returns an item indicating the type of the given value

Examples

iex> Tipo.typeof(34) :number

iex> Tipo.typeof(self()) :pid