package core.set
Set :: struct (Elem_Type: type_expr)
where SetValue(Elem_Type)
{
allocator: Allocator
hashes: [] i32
entries: [..] Entry(Elem_Type)
}
Methods
package core.set
Set :: struct (Elem_Type: type_expr)
where SetValue(Elem_Type)
{
allocator: Allocator
hashes: [] i32
entries: [..] Entry(Elem_Type)
}