mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 05:20:28 +00:00
Minor changes to core:slice/heap; add to examples/all
This commit is contained in:
@@ -98,6 +98,7 @@ import reflect "core:reflect"
|
||||
import runtime "core:runtime"
|
||||
import simd "core:simd"
|
||||
import slice "core:slice"
|
||||
import slice_heap "core:slice/heap"
|
||||
import sort "core:sort"
|
||||
import strconv "core:strconv"
|
||||
import strings "core:strings"
|
||||
@@ -195,6 +196,7 @@ _ :: reflect
|
||||
_ :: runtime
|
||||
_ :: simd
|
||||
_ :: slice
|
||||
_ :: slice_heap
|
||||
_ :: sort
|
||||
_ :: strconv
|
||||
_ :: strings
|
||||
|
||||
Reference in New Issue
Block a user