mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 17:30:02 +00:00
-vet code
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package container
|
||||
|
||||
import "core:mem"
|
||||
|
||||
Small_Array :: struct(N: int, T: typeid) where N >= 0 {
|
||||
data: [N]T,
|
||||
len: int,
|
||||
|
||||
Reference in New Issue
Block a user