[][src]Type Definition cddl_cat::ast::Type1

type Type1 = Type2;

A CDDL type, with additional range/control operators.

Note: rangeop and ctlop are not yet supported, so this is currently just an alias for Type1

CDDL ABNF grammar:

type1 = type2 [S (rangeop / ctlop) S type2]