pub fn reset_with_path(decl: *const Decl, list: *ArrayList(u8)) Oom!void
pub fn reset_with_path(decl: *const Decl, list: *ArrayList(u8)) Oom!void { list.clearRetainingCapacity(); try append_path(decl, list); }