Or(FuncResT) |
(lazy version)
Combines two results: this and other as follows:
In other words, this is a flattened alternative to UnwrapOr(T). C#
|
Or(ResT) |
Combines two results: this and other as follows:
In other words, this is a flattened alternative to UnwrapOr(T). C#
|