Type Function StringHashMapUnmanaged [src]

Key memory is managed by the caller. Keys and values will not automatically be freed.

Prototype

pub fn StringHashMapUnmanaged(comptime V: type) type

Parameters

V: type

Source

pub fn StringHashMapUnmanaged(comptime V: type) type { return HashMapUnmanaged([]const u8, V, StringContext, default_max_load_percentage); }