Function erg_compiler::ty::constructors::nd_func

source ·
pub fn nd_func(
    params: Vec<ParamTy>,
    var_params: Option<ParamTy>,
    ret: Type
) -> Type
Expand description

function type with non-default parameters