UriTemplateValue with keys sorted.UriTemplateValue.fromAA
UriTemplateValue fromAA(string[string] aa) @safeConstruct a map value from a D associative array.
Since associative arrays are unordered, this constructor sorts keys lexicographically to ensure deterministic expansions.
Parameters
aa | Associative array mapping keys to values. |
Returns
A map