Avatar
@swift-5.1.5 protocol P {} struct A: P {} struct B: P {} let values = [A(), B()]