Struct StrMapCI
Behaves like string[string] but case does not matter for the key.
This kind of map is used for MIME headers (e.g. for HTTP), where the case of the key strings does not matter.
Note that despite case not being relevant for matching keyse, iterating over the map will yield the original case of the key that was put in.
Properties
Name | Type | Description |
---|---|---|
length | uint | |
dup | StrMapCI |
Methods
Name | Description |
---|---|
remove | |
get | |
opIndex | |
opIndexAssign | |
opBinaryRight | |
opBinaryRight | |
opApply | |
opApply |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.