zeroOrMoreOf

fun zeroOrMoreOf(aType: A_Type): A_Type

Answer a tuple type consisting of zero or more of the given element type.

Return

A size [0..∞) tuple type whose elements have the given type.

Parameters

aType

A type.