ports/devel/ruby-cicphash/pkg/DESCR

5 lines
273 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
CICPHash has the exact same interface as Hash, but is case insensitive
and case preserving. Any value can be used as a key. However, you cannot
have two keys in the same CICPHash that would be the same if when
converted to strings would be equal or differing only in case.