fn getPtr(self: BufMap, key: []const u8) ?*[]const u8

Find the address of the value associated with a key. The returned pointer is invalidated if the map resizes.

Parameters

self: BufMap,
key: []const u8,