UriTemplateValue.fromAA

UriTemplateValue fromAA(string[string] aa) @safe

Construct a map value from a D associative array.

Since associative arrays are unordered, this constructor sorts keys lexicographically to ensure deterministic expansions.

Parameters

aaAssociative array mapping keys to values.

Returns

A map UriTemplateValue with keys sorted.