[][src]Function llhd::ty::func_ty

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

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