mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
81acd82cf7
Fixes rdar://111464071.
4 lines
53 B
Swift
4 lines
53 B
Swift
public enum Observable<Value> {
|
|
case just(Value)
|
|
}
|