Function Decoder.readArrayNext
Processes the next block of an array and returns the number of items in the block and let's the caller read those items.
abstract ulong readArrayNext() @safe;
Throws
AvroTypeException When called outside of an array context