Tread

This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tread tag[2] fid[4] offset[8] count[4]

alias Tread = Tuple!(Size, Type, Tag, Fid, Offset, Count)

Meta