@get-milano/core 2.1.0
    Preparing search index...

    Interface MilanoFunctionCall

    A host function call (expression spec, Host functions): the declared function's name and its evaluated arguments, in declared order, each already of its declared type.

    interface MilanoFunctionCall {
        arguments: readonly MilanoValue[];
        name: string;
    }
    Index
    arguments: readonly MilanoValue[]
    name: string