Function func_ty

Source
pub fn func_ty(args: Vec<Type>, ret: Type) -> Type
Expand description

Create a function type with the given arguments and return type.