zeroOrOneOf

fun zeroOrOneOf(aType: A_Type): A_Type

Answer a tuple type consisting of either zero or one occurrences of the given element type.

Return

A size 0..1 tuple type whose element has the given type.

Parameters

aType

A type.