Skip to content

id variable is set to a NTuple of UInt inside of the function body #34

@0x0f0f0f

Description

@0x0f0f0f
julia> ex = :(x -> id)
:(x->begin
          #= REPL[19]:1 =#
          id
      end)

julia> f = @RuntimeGeneratedFunction ex
RuntimeGeneratedFunction(#=in Main=#, #=using Main=#, :((x,)->begin
          #= REPL[19]:1 =#
          id
      end))

julia> f(2)
(0x57d4f9a8, 0xe781ae52, 0x562c7637, 0x4ebd110f, 0x3a467d2e)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions