macro attach_type(ary) {{ary}} of UInt16 | UInt8 | Nil end a = attach_type([123_u8]) # a = typeof(attach_type([])) # uncomment this puts typeof(a)