Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 155 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 155 Bytes

OptionType

.NET port of Java Optional type.

Rationale

We all don't like null references crawling in our code and causing NullReferenceExceptions.