Call

public struct Call: Fn

Call invoke the specified function reference. The function must be created using CreateFunction before it can be invoked.

Reference.

  • Declaration

    Swift

    public init(_ ref: Expr, arguments args: Expr...)

    Parameters

    ref

    Reference to a function.

    arguments

    Variable list of arguments to be passed in to the function.