gbf_core::decompiler::ast

Function new_fn_call

Source
pub fn new_fn_call<N, A>(name: N, args: A) -> FunctionCallNode
Expand description

Creates a new function call node.