Elektra  0.9.4
Lookup Every Key

On structures like maps or arrays there are different possibilities which keys are looked up in the KeySet and which are simply iterated.

Without any guidelines, applications would provide arbitrary inconsistent behavior.

Every key that an application wants to use, must be looked up with ksLookup using a cascading lookup key.

Needs some helper functions or support in bindings as it is a bit tricky to implement e.g. for arrays.