DVUI

string_map

Stores all strings currently allocated by struct_ui. K: a pointer to the string field. V: The string slice.

Source

Implementation

#
pub var string_map: std.AutoHashMapUnmanaged(*const []const u8, []const u8) = .empty