Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simpler & less redundant IFormattable implementation
Instead of hopping over another String.Format (and causing an allocation of another format string), delegate to the underlying implementation of IFormattable on the value if it exists, otherwise to Option's own ToString().
- Loading branch information