Skip to contents

This represents a function. Note: Func uses reference semantics - modifications to a Func object modify the original.

Usage

Func(id = FuncId(), inputs = FuncInputs(), outputs = FuncOutputs())

Arguments

id

(FuncId
The id of the function.

inputs

(FuncInputs
The inputs of the function.

outputs

(FuncOutputs
The outputs of the function.

Value

A Func object.