`t = Tuple{Float32,Float32}` `nfields(t) == 2`, although tuples don't have fields. So `fieldnames(t)` results in a BoundsError.
t = Tuple{Float32,Float32}nfields(t) == 2, although tuples don't have fields.So
fieldnames(t)results in a BoundsError.