optionToNullable

fun <A> optionToNullable(): Iso<Option<A>, A?>

PIso that defines the isomorphic relationship between Option and the nullable platform type.