Map syntax Mar 2, 2016 Map syntax # empty map %{} # map arrow syntax %{"one" => 1, "two" => 2} # shorthand when keys are atoms %{ one: 1, two: 2}