v2025.6.2
All Bundles

Func3Ref

Holds a function of in types X, Y and out type R

Operations

Get

Gets function

method : public : Get() ~ (X,Y)~R

Return

TypeDescription
(X,Y)~Rfunction

New

Constructor

New(func:(X,Y)~R)

Parameters

NameTypeDescription
func(X,Y)~Rfunction

Set

Sets function

method : public : Set(func:(X,Y)~R) ~ Nil

Parameters

NameTypeDescription
func(X,Y)~Rfunction