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

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

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