Builtin type std::prelude::void
Re-export from std::builtins::void
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.
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.