zeroOrMoreList

fun zeroOrMoreList(type: A_Type): A_Type

Create a list phrase type matching zero or more occurrences of arbitrary phrases that yield the given type.

Return

A list phrase type.

Parameters

type

The type yielded by each element of the list phrase type.