InterviewSolution
Saved Bookmarks
| 1. |
Define Structs. |
|
Answer» You can define STRUCTS by using the defstruct. Here is how you can do it: EXAMPLEiex> defmodule User do |
|