-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
TupleTools.jl/src/TupleTools.jl
Line 37 in ad34513
| @inline tail2(t::Tuple{Any,Any,Vararg{Any}}) = argtail2(t...) |
Can someone explain why tail2 is defined in such a complicated way?
Why not just tail2(t::Tuple) = tail(tail(t))?
Metadata
Metadata
Assignees
Labels
No labels