Rstat

This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rstat tag[2] stat[n]

alias Rstat = Tuple!(Size, Type, Tag, Stat)

Meta