Twstat

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

alias Twstat = Tuple!(Size, Type, Tag, Fid, Stat)

Meta