| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Tests whether the given prefix can be extended to exactly one map element
i.e. true iff the prefix map contains exactly one element.
|
|
|
|
|
|
|
|
Copies all entries from one map to another, overwriting existing entries.
|
|
|
|
It supports lookups based on unique prefixes as well as ordered
iteration. More information about the data structure can be found
at:
http://cr.yp.to/critbit.htm
http://github.com/agl/critbit
http://ccodearchive.net/info/strmap.html
It will be used to implement ":"-commands which means any unique
prefix will be recognized as a command.
It could also be used to implement (runtime) key bindings.
|