hey. does it make sense to introduce a property ex...
# arrow
h
hey. does it make sense to introduce a property extension for Some<T>.value?
Copy code
inline val <T> Some<T>.value get() = this.t