The Available Types

Learn different data types available in Elixir.

We'll cover the following...

Introduction

We can define implementations for one or more of the following types:

  • Any
  • Atom
  • BitString
  • Float
...
  • Reference
  • Tuple
  • Integer
  • List
...