Tversion

This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tversion tag[2] msize[4] version[s]

alias Tversion = Tuple!(Size, Type, Tag, Msize, Version)

Meta