Closed seanbaxter closed 2 months ago
#feature on safety template<class T+> choice optional { default none, some(T); optional<T> do_it() { return optional<T>::none(); } }; int main() { optional<int> opt = .some(1234); auto x = opt.do_it(); }
Fixed in build_sep_10_2024-1.tgz