Julia Créer un type

struct Foo
	bar
    baz::Int
    qux::Float64
end
Super Starling