Closed garyb closed 8 years ago
I have a bunch of paths as keys in a map, and for some paths they are not resolvable despite being in the keys of the map. When the "missing" key is compared with each value in the keys, you get things like this:
[GT, GT, GT, GT, GT, GT, GT, GT, GT, GT, GT, LT, EQ, LT, LT, LT, LT, LT, LT, LT, LT, LT]
Note the LT before the EQ.
LT
EQ
I have a bunch of paths as keys in a map, and for some paths they are not resolvable despite being in the keys of the map. When the "missing" key is compared with each value in the keys, you get things like this:
Note the
LT
before theEQ
.