Manually unroll operations with objects of tuple

This works:

julia> length((typeof((4,5,5.0))).parameters)                                                                                                                            
3                                                                                                                                                                        

Not sure that it is the best way.

1 Like