Details
-
Type:
Enhancement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch:Code and Test
Description
This function would be expected to produce ObjMaps of arbitrary size. ObjMaps are great for lookup speed with string keys in a wide range of sizes, so this could conceivably be useful. Additionally, ObjMaps currently are the only non-deprecated map type without a dedicated factory function.
Patch against current master, a handful of tests included.