Unit

The Unit type represents a variable which can have only one possible value. For this reason, Unit rarely shows up in source code as a resource that can be assigned. Instead, Units are often used in sum types (e.g., to represent an optional).

Specifications

  • Size: N/A - They do not appear in generated code.
  • Default Location: N/A - They do not appear in generated code.
  • Default Modifiers: Non-linear