CreateFunction

public struct CreateFunction: Fn

This function creates a new stored function where the name and body lambda are specified in params.

Reference.

  • Declaration

    Swift

    public init(_ params: Expr)

    Parameters

    params

    Function configuration.