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.
1 parent 1341ff7 commit f379d2bCopy full SHA for f379d2b
src/literals.jl
@@ -5,6 +5,6 @@ Base.:(*)(x::Number, ::Type{Literal{T}}) where {T} = T(x)
5
const i8 = Literal{Int8}
6
const i16 = Literal{Int16}
7
const i32 = Literal{Int32}
8
-const u8 = Literal{Int8}
9
-const u16 = Literal{Int16}
10
-const u32 = Literal{Int32}
+const u8 = Literal{UInt8}
+const u16 = Literal{UInt16}
+const u32 = Literal{UInt32}
0 commit comments