A library for safer programming in C♯, with Maybe
and Result
types with a traditional method-call style.
True Myth provides standard, type-safe wrappers and helper functions to help help you with two extremely common cases in programming:
You could implement all of these yourself – it's not hard! – but it's much easier to just have one extremely well-tested library you can use everywhere to solve this problem once and for all.