Garden

Unit type

The unit type. Use this when your function doesn't have any useful value to return, such as side-effecting functions.

enum Unit {
  Unit
}