mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-01 09:41:50 -07:00
Change uses for parapoly records to use $ always
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package container
|
||||
|
||||
Small_Array :: struct(N: int, T: typeid) where N >= 0 {
|
||||
Small_Array :: struct($N: int, $T: typeid) where N >= 0 {
|
||||
data: [N]T,
|
||||
len: int,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user