[][src]Type Definition cddl_cat::ivt::OccurLimit

type OccurLimit = Occur;

Specify a CDDL occurrence's limits.

An "occurrence" in CDDL specifies how many times a value should repeat (in an array) or flag optional map keys. RFC8610 specifies the following occurrence symbols:

"?" Optional
"*" Zero or more
"+" One or more
n*m Between n and m, inclusive (n and m are both optional)