Avatar
@swift-5.8.1 enum E: Int32, CaseIterable { case aaa case bbb = -1 case ccc } print(E.allCases.map(\.rawValue))