mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-03 02:21:49 -07:00
Change uses for parapoly records to use $ always
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package container
|
||||
|
||||
Priority_Queue :: struct(T: typeid) {
|
||||
Priority_Queue :: struct($T: typeid) {
|
||||
data: Array(T),
|
||||
len: int,
|
||||
priority: proc(item: T) -> int,
|
||||
|
||||
Reference in New Issue
Block a user