Move iterator to AST
This commit is contained in:
@@ -16,7 +16,6 @@ QueueAddSLL(list: $List, node: $Node, $first = first, $last = last, $next = next
|
||||
list.first = list.last = node
|
||||
else
|
||||
list.last = list.last.next = node
|
||||
|
||||
*/
|
||||
|
||||
Array :: struct($T: Type)
|
||||
|
||||
Reference in New Issue
Block a user