Spawned from #45 , add the ability for arrays to unpack all remaining bytes as items of the array. Syntax would be: ```python class MyStruct(Structured): arr: array[Header[math.inf], Item] ```