Good except for the name and the formatting. The thread got those both right.
e.g. SIMD
is not a Collection
.
let expressedByArrayLiteral: SIMD3 = [
0,
#if os(macOS)
1,
#else
2,
#endif
3
]
Good except for the name and the formatting. The thread got those both right.
e.g. SIMD
is not a Collection
.
let expressedByArrayLiteral: SIMD3 = [
0,
#if os(macOS)
1,
#else
2,
#endif
3
]