mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package reflect
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
|
||||
@(require_results)
|
||||
iterate_array :: proc(val: any, it: ^int) -> (elem: any, index: int, ok: bool) {
|
||||
|
||||
Reference in New Issue
Block a user