Get or create a value from/in an associative array.
Given an associative array to modify, a key, and a
lazy evaluated default value, attempt to retrieve a value from
an associative array. If a value for the given key is not set,
set the provided default value in the associative array and
return that.
Get or create a value from/in an associative array.
Given an associative array to modify, a key, and a lazy evaluated default value, attempt to retrieve a value from an associative array. If a value for the given key is not set, set the provided default value in the associative array and return that.
The value will be returned by reference.