JuliaDocs / Documenter.jl

A documentation generator for Julia.

Home Page:https://documenter.juliadocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use of the `Base`-internal function `tuple_type_tail`

nsajko opened this issue · comments

Base.tuple_type_tail is not part of Julia's public API:

getsig::Union{Function, DataType}, typesig) = Base.tuple_type_tail(which(λ, typesig).sig)