StackHash.get

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

struct StackHash(K, V)
V
get
(
K key
,
)

Meta