Tcreate

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

alias Tcreate = Tuple!(Size, Type, Tag, Fid, Name, Perm, Mode)

Meta