ArrayListUnmanaged
Deprecated; use ArrayList.
Source
Implementation
pub fn ArrayList(comptime T: type) type {
return array_list.Aligned(T, null);
}Deprecated; use ArrayList.
Source
pub fn ArrayList(comptime T: type) type {
return array_list.Aligned(T, null);
}