openbsd-ports/devel/ruby-cicphash/pkg/DESCR

5 lines
273 B
Plaintext
Raw Normal View History

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.