fn get(self: BufMap, key: []const u8) ?[]const u8
Return the map’s copy of the value associated with a key. The returned string is invalidated if this key is removed from the map.
self: BufMap,
key: []const u8,