dcSpark/cddl-codegen

Top-level homogeneous array of * treated as if * wasn't there.

rooooooooob opened this issue · 0 comments

foo_array = [* foo]

gets treated as if it were just [foo] and creates a struct with a single element, instead of an array that can take 0 or more foo's.