Result v3.0.0 Release Notes

Release Date: 2020-02-12 // about 4 years ago
  • Description

    • ⚡️ This is a major update to the Result library. After a long discussion, we now allow support for nullable for the value type. As for version 3.0.0, the Result will support nullable success in the form of Result<V?, E>.

    Acknowledgement