Unit = tuple[]
The Unit type from functional programming.
The type has only a single value.
func default(T: typedesc[Unit]): Unit
func doNothing[T](_: T): Unit
func unit(): Unit {....raises: [], tags: [], forbids: [].}