How come we don't have matchers for Pair? `Pair s...
# kotest
l
How come we don't have matchers for Pair?
Pair shouldHaveFirst a
w
Is that better than
pair.first shouldBe a
?
l
It would probably be the same implementation
I think the error message could be optimized for pairs