Member predicate FuncTypeExpr::getNumParameter
Gets the number of parameters of this function type.
For example, for func(a int, b, c float32) (float32, bool)
the result is 3:
a
, b
and c
.
Gets the number of parameters of this function type.
For example, for func(a int, b, c float32) (float32, bool)
the result is 3:
a
, b
and c
.