yo have ext fun to go back and forth, `T?.toOption...
# arrow
t
yo have ext fun to go back and forth,
T?.toOption()
and
Option<T>.toNullable()
t
cool, that seems to be like what I was looking for! I see
toOption()
, but no
toNullable()
though. Is it included and I'm just not finding it or does it have to be provided by yourself?
ah, seems to be still in PR phase: https://github.com/arrow-kt/arrow/pull/433
t
sorry i think it was already released, my fault
🙇