Minor changes to core:slice/heap; add to examples/all

This commit is contained in:
gingerBill
2022-06-12 17:25:42 +01:00
parent 1acc8f438b
commit ff9d058392
2 changed files with 26 additions and 24 deletions

View File

@@ -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