Chorex
v0.4.3
Pages
Modules
Search documentation of Chorex
Settings
View Source
Utils
(Chorex v0.4.3)
Summary
Functions
downcase_atom(atom)
iex> Utils.downcase_atom(Foo) :foo
fresh_atom(prefix)
upcase_atom(atom)
iex> Utils.upcase_atom(:foo) :Foo
Functions
Link to this function
downcase_atom(atom)
View Source
iex> Utils.downcase_atom(Foo) :foo
Link to this function
fresh_atom(prefix)
View Source
Link to this function
upcase_atom(atom)
View Source
iex> Utils.upcase_atom(:foo) :Foo