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