JFomit
-
- 672 total downloads
- last updated 4/22/2025
- Latest version: 3.0.0
This library provides common functional types and operations on them: * Option<T> - wraps a value that might not exist in a safe manner; * Result<T, E> - wraps a value that might not exist due to... More information