It would be nice to be able to construct a ReactiveArray like this: ``` swift let array = ReactiveArray(1, 2, 3, 4) ```