Dropdown element
This commit is contained in:
parent
ff32ac6227
commit
af44a9c367
4 changed files with 159 additions and 22 deletions
|
|
@ -25,7 +25,7 @@ usage :: proc(pool: Pool($T)) -> int {
|
|||
return pool.usage
|
||||
}
|
||||
|
||||
get_allocated_elems :: proc(pool: Pool($T)) -> []T {
|
||||
get_allocated_elements :: proc(pool: Pool($T)) -> []T {
|
||||
return pool.pool[:pool.usage]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue