Unit type (())
()
Unit type (also called void type) is the return type of expressions that do not return a value. It is equivalent to a tuple with zero elements.