The StringKeyValueDictionary methods at:otherwise: and at:ifAbsent: provide handling instructions for cases in which the lookup value is not found (respectively, a value and a no-argument block that returns a value). However, for a lookup argument of nil, instead of following the instructions, these methods throw an invalid argument error.
Last updated: 12/16/15