toSFun

fun <X : SFun<X>> MST.toSFun(): SFun<X>

Maps MST objects to SFun. Unsupported operations throw IllegalStateException.

Detailed mapping is:

Return

a scalar function.

Parameters

<receiver>

the node.

proto

the prototype instance.