Documentation Language: Swift

Initializer

init(helperName:arguments:)

Creates a new helper call expression.

init(helperName: String, arguments: [any ATLExpression] = [])

Parameters

helperName

The name of the helper function to invoke

arguments

The argument expressions to pass

Discussion