I ported Rust's Result and Option types to TypeScript
If you've used Rust, you know how nice it is to have Result<T, E> and Option<T> types that make failure and absence explicit instead of so…
Tech news from the best sources
If you've used Rust, you know how nice it is to have Result<T, E> and Option<T> types that make failure and absence explicit instead of so…