mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Keep -vet happy
This commit is contained in:
@@ -2,6 +2,7 @@ package container_queue
|
|||||||
|
|
||||||
import "core:builtin"
|
import "core:builtin"
|
||||||
import "core:runtime"
|
import "core:runtime"
|
||||||
|
_ :: runtime
|
||||||
|
|
||||||
// Dynamically resizable double-ended queue/ring-buffer
|
// Dynamically resizable double-ended queue/ring-buffer
|
||||||
Queue :: struct($T: typeid) {
|
Queue :: struct($T: typeid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user