You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get value or none (#23)
* Add GetValueOrNone to dictionary
closes#19
* Add tests
* update GetValueOrNone to work for both IDictionary as well as IReadOnlyDictionary
Signed-off-by: Raphael Imahorn <[email protected]>
* GetValueOrNone: add support for any KeyValuePair-Enumerable
Signed-off-by: Raphael Imahorn <[email protected]>