fn shrinkToFit(m: anytype) void
fn shrinkToFit(m: anytype) void { m.shrinkAndFree(gpa, m.entries.len); }