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 fb220e5 commit 25e9723Copy full SHA for 25e9723
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