`Unit`: An empty value, that represents "this meth...
# getting-started
d
`Unit`: An empty value, that represents "this method returned, but without a value". `Nothing`: A type with no members, it is used to represent "this method can never return" (e.g. throws an exception).