- Source:
Trait to get a value from a container like type.
Implemented for Object, String, Array, Map.
Interface
(c: Container, k: Key) => v: Value|undefined. Will return undefined
if the key could not be found.
Laws
- Must not be implemented for set-like data structures