byteutils: drop import of assign2 since arrayops imports/exports it (#100)
Closes #99
This commit is contained in:
parent
4e223b95a7
commit
4750020a44
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
import
|
import
|
||||||
std/[algorithm, typetraits],
|
std/[algorithm, typetraits],
|
||||||
./assign2, ./arrayops
|
./arrayops
|
||||||
|
|
||||||
# backwards compat
|
# backwards compat
|
||||||
export arrayops.`&`, arrayops.initArrayWith, arrayops.`[]=`
|
export arrayops.`&`, arrayops.initArrayWith, arrayops.`[]=`
|
||||||
|
|
Loading…
Reference in New Issue