Void

builtin Void

The unit type, also spelled ().

Void has one value and carries no information. It is used when an expression or function completes normally without producing a meaningful result; it is distinct from Never, which cannot complete normally.