Product Builder
Build a product type
Includes:
- Struct
- Type definition
- Constructor function (for piping and defaults)
- Implicit defaults for simple values
Definition DSL
For convenveniece, several variants of the DSL are available.
Standard
defmodule Player do
# =============== #
# Data Definition #
# =============== #
defdata do
n...