@useinside
use inside of the module.
Jive.@useinside
— Macro@useinside(expr::Expr)
use inside of the module.
@useinside(mod::Symbol, expr::Expr)
use inside of the module. mod
is the module to evaluate in.
using Jive # @useinside
@useinside module test_pkgs_flux_optimise
# ...
end
Main
is the module to evaluate in.
@useinside Main module test_pkgs_flux_optimise
# ...
end