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 4cdaedb commit 2b8dcceCopy full SHA for 2b8dcce
src/literals.jl
@@ -14,7 +14,6 @@ One can use the object in suffix form `1*i8` or `1i8` to perform the conversion.
14
- `u8`: Convert to `UInt8`
15
- `u16`: Convert to `UInt16`
16
- `u32`: Convert to `UInt32`
17
-```
18
"""
19
struct Literal{T} end
20
Base.:(*)(x::Number, ::Type{Literal{T}}) where {T} = T(x)
0 commit comments