Function StackHash.get

Attempt to look up a key and return a default value if the key is not present.

V get (
  K key,
  lazy V defaultValue
);