Member predicate FuncTypeExpr::getAParameterDecl
Gets a parameter declaration of this function type.
For example, for func(a int, b, c float32) (float32, bool)
the result is
a int
or b, c float32
.
Gets a parameter declaration of this function type.
For example, for func(a int, b, c float32) (float32, bool)
the result is
a int
or b, c float32
.