Tuple{Vararg{T, N}} where N >= 1

Sure:

const InformalGroupedType = Tuple{AbstractMyType, Vararg{AbstractMyType}}
5 Likes