fn init(allocator: Allocator) EnvMap
Create a EnvMap backed by a specific allocator. That allocator will be used for both backing allocations and string deduplication.
allocator: Allocator,