Abstract
Returns inner value for Some, NaN for None.
NaN
some(1).orNaN() // 1none.orNaN() // NaN
orNaN
Returns inner value for Some,
NaN
for None.