mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 15:11:25 -07:00
Change uses for parapoly records to use $ always
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package container
|
||||
|
||||
Queue :: struct(T: typeid) {
|
||||
Queue :: struct($T: typeid) {
|
||||
data: Array(T),
|
||||
len: int,
|
||||
offset: int,
|
||||
|
||||
Reference in New Issue
Block a user