ekmett / tables

Deprecated because of
https://github.com/ekmett/tables/issues/15
Other
78 stars 13 forks source link

Inverted keys #2

Closed Taneb closed 11 years ago

Taneb commented 11 years ago

Added Inverted keys and made them work. This involved adding the type KeyResult k a to the IsKey class, which for the older keys is just a, but for Inverted is [a]. This is so Inverted could fetch multiple results.