Skip to main content

function

Function function 

Source
pub fn function<'c>(
    result: Type<'c>,
    arguments: &[Type<'c>],
    variadic_arguments: bool,
) -> Type<'c>
Expand description

Creates an LLVM function type.