We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69e85aa + 3466e86 commit 3edd2f7Copy full SHA for 3edd2f7
test/runtests.jl
@@ -15,7 +15,7 @@ const FD4 = FixedDecimal{Int, 4}
15
const WFD2 = FixedDecimal{Int128, 2}
16
const WFD4 = FixedDecimal{Int128, 4}
17
18
-const CONTAINER_TYPES = [subtypes(Signed); subtypes(Unsigned)]
+const CONTAINER_TYPES = Base.BitInteger_types # Integer concrete subtypes which are bits
19
20
# these arrays should be kept sorted manually
21
const keyvalues = Dict(
0 commit comments