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

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

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