This commit is contained in:
gingerBill
2020-08-26 22:41:06 +01:00
8 changed files with 36 additions and 45 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package container
Ring :: struct(T: typeid) {
next, prev: ^Ring,
next, prev: ^Ring(T),
value: T,
}