Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperSphereStudio authored Jan 6, 2023
1 parent e61eeac commit 8211f03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ The Any class represents a boxed Julia value. There is many built in default con
Julia.Eval("f(x) = x .* 2").Invoke(myJuliaArray);
//myNetArray will now be {2, 4, 6, 8, 10}
//GC
Julia.GC_PUSH(myJuliaArray); //Will not be GC'd
Julia.GC_POP(); //Can now be GC'd
//Search for a Julia Module lets say its called Main.MyModule:
var myModule = JPrimitive.MainM.GetGlobal("MyModule");

Expand Down

0 comments on commit 8211f03

Please sign in to comment.