phirus

u/phirus@feddit.de
0 posts · 6 comments

Recent posts

No posts.

Recent comments

I also like to use std::optional if a function may not return a result so I won't have to return a pointer, that might be a nullptr.

And std::variant as a typesafe less hacky union.