Avatar
omochimetaru 11/3/2024 8:13 AM
@swift-main struct K<T: Sequence> { func foo() { print(T.SubSequence.self) } }