Hacker News new | ask | show | jobs
by emptysea 2445 days ago
How would Option<T>, Result<T, E>, and sum types work without generics?
2 comments

Native support is the answer.
Empty interface perhaps.