Hello. Is there a reason to not have an `Either.if...
# arrow
d
Hello. Is there a reason to not have an
Either.ifRight { rightValue -> ... }
extension? Is this an antipattern?
m
Why not just use value.map()?