optionToPNullable

fun <A, B> optionToPNullable(): PIso<Option<A>, Option<B>, A?, B?>

PIso that defines the equality between Option and the nullable platform type.