Avatar
omochimetaru 3/13/2019 7:35 AM
@swift-5.0.3 enum Foo { case a, b } let xs = [.a, Foo.b, .a]