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 c4801a6 commit f471d90Copy full SHA for f471d90
README.md
@@ -16,6 +16,9 @@ Credit to Chris Foster (@c4tf) for the implementation idea.
16
## Example
17
18
```julia
19
+using RuntimeGeneratedFunctions
20
+RuntimeGeneratedFunctions.init(@__MODULE__)
21
+
22
function no_worldage()
23
ex = :(function f(_du,_u,_p,_t)
24
@inbounds _du[1] = _u[1]
0 commit comments