|
|
|
|
|
by tpolzer
692 days ago
|
|
What's really weird to me is not that C++ has a unit type and picked a weird name for it (that's just C++). The weird thing is how many unit types it has: - std::nullopt_t - std::nullptr_t - std::monostate - std::tuple<> And I'm sure there's more. |
|