Rread

This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rread tag[2] count[4] data[count]

alias Rread = Tuple!(Size, Type, Tag, Count, Data)

Meta