422f5bc0b3
This class implements an ordered hash-like object. It's a cross between a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list.
3 lines
201 B
Text
3 lines
201 B
Text
This class implements an ordered hash-like object. It's a cross between
|
|
a Perl hash and a linked list. Use it whenever you want the speed and
|
|
structure of a Perl hash, but the orderedness of a list.
|