tango.util.container.more.StackMap

Public Imports

tango.util.container.Container
public import tango.util.container.Container;
Undocumented in source.

Members

Classes

StackMap
class StackMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.Collect)

StackMap extends the basic hashmap type by adding a limit to the number of items contained at any given time. In addition, StackMap retains the order in which elements were added, and employs that during foreach() traversal. Additions to the map beyond the capacity will result in an exception being thrown.

Functions

main
void main()

Meta

Since

0.99.7

License

BSD style: $(LICENSE)

Version

Initial release: April 2008