Abstract
Returns inner value for Some, true for None.
true
some(1).orTrue() // 1none.orTrue() // true
Returns inner value for Some,
true
for None.