Topen

This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Topen tag[2] fid[4] mode[1]

alias Topen = Tuple!(Size, Type, Tag, Fid, Mode)

Meta