We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40e10bb + 9ad67e2 commit a9099daCopy full SHA for a9099da
REQUIRE
@@ -1,2 +1 @@
1
-julia 0.7-alpha
2
-Compat 0.33 # for Compat.Test
+julia 1.0
src/TypeSortedCollections.jl
@@ -1,5 +1,3 @@
-VERSION < v"0.7.0-beta2.199" && __precompile__()
-
3
module TypeSortedCollections
4
5
export
@@ -8,8 +6,6 @@ export
8
6
eltypes,
9
7
vectortypes
10
11
-using Compat
12
13
const TupleOfVectors = Tuple{Vararg{Vector{T} where T}}
14
15
struct TypeSortedCollection{D<:TupleOfVectors, N}
0 commit comments