Skip to contents

This represents a function that can be used as input to an operation.

Usage

OpInputFunc(inputs = FuncInputs(), body = FuncBody())

Arguments

inputs

(FuncInputs)
The inputs of the function.

body

(FuncBody)
The body of the function.

Value

(OpInputFunc)