Constructs an associative array using keys and values from the builtin associative array Complexity: O(n log(n))
StringMap!int map = ["key" : 1]; assert(map.findPos("key") == 0);
See Implementation
Constructs an associative array using keys and values from the builtin associative array Complexity: O(n log(n))