mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 06:18:39 +00:00
xar: fix example
This commit is contained in:
@@ -417,9 +417,10 @@ Create an iterator for traversing the exponential array.
|
||||
|
||||
Example:
|
||||
|
||||
import "lib:xar"
|
||||
import "core:container/xar"
|
||||
import "core:fmt"
|
||||
|
||||
iteration_example :: proc() {
|
||||
iterator_example :: proc() {
|
||||
x: xar.Array(int, 4)
|
||||
defer xar.destroy(&x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user