Structs and Maps

Structs and

Maps

%{name: "Lam", age: 20}
defstruct [:name, :age]

attributes_map = %{name: "Lam", age: 20}
struct()