Commit fix

This commit is contained in:
gingerBill
2020-06-16 16:07:44 +01:00
parent f85f3dce12
commit 5fa54fd2cc
7 changed files with 140 additions and 122 deletions
-2
View File
@@ -1,7 +1,5 @@
package container
import "core:mem"
Small_Array :: struct(N: int, T: typeid) where N >= 0 {
data: [N]T,
len: int,