Skip to content

FuncType

A function type, such as (Int, ?Int) -> Int.

Inherits from: TypeExpr

Fields

params @ Array[TypeParam]

The parameters.

ret @ TypeExpr

The return type.