Avatar
@swift-5.9.2 struct MySet<Element: Hashable> {} struct MyArray<Element> { func set() -> MySet<Element> { .init() } }