Reactive
public struct Reactive<Base>
A proxy which hosts reactive extensions of Base.
-
The
Baseinstance the extensions would be invoked with.Declaration
Swift
public let base: Base
public struct Reactive<Base>
A proxy which hosts reactive extensions of Base.
The Base instance the extensions would be invoked with.
Swift
public let base: Base