Skip to content

Commit

Permalink
WIP fix input assignment code world age problem
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard committed Nov 26, 2024
1 parent 0171a87 commit f87ffa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ Return the given vector as single String without quotation marks or brackets.
function unroll_symbol_vector(vec::VEC) where {VEC<:Union{AbstractVector,Tuple}}
return Expr(:tuple, vec...)
end

@inline function _call(f, args::Vararg)
return f(args...)
end

0 comments on commit f87ffa5

Please sign in to comment.