ryna::docs

Function write_function_overload_docs

Source
pub fn write_function_overload_docs(
    file: &mut File,
    module: &RynaModule,
    f: &str,
    t: usize,
    args: &Type,
    ret: &Type,
    annot: &Annotation,
)