Skip to content

Instantly share code, notes, and snippets.

View anandgeorge's full-sized avatar

Anand George anandgeorge

  • Storm Consulting
  • Mumbai, India
View GitHub Profile
@anandgeorge
anandgeorge / elixir_tips_tricks
Created July 22, 2021 15:23
Elixir Data Types, Maps, Lists, Tuples and Pattern Matching TIps
Access help functions for a module using the h command; so
h String
will give you help related to the String function
#### Data types
iex> 2 # integer
iex> 2.0 # floating point