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.
@boundscheck
1 parent a1e654e commit 90c466aCopy full SHA for 90c466a
src/write.jl
@@ -65,7 +65,7 @@ end
65
66
macro writechar(chars...)
67
block = quote
68
- @boundscheck @check($(length(chars)))
+ @check($(length(chars)))
69
end
70
for c in chars
71
push!(block.args, quote
0 commit comments