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 b45b6e1 commit 32feef4Copy full SHA for 32feef4
examples/juliaset.jl
@@ -1,6 +1,7 @@
1
# julia set
2
# (the familiar mandelbrot set is obtained by setting c==z initially)
3
-# works only on 0.6 because of a stupid bug
+
4
+# generated functions allow you to emit specialized code for the argument types.
5
@generated function julia{N}(z, maxiter::Val{N} = Val{16}())
6
unrolled = Expr(:block)
7
for i=1:N
0 commit comments