Result.subscribe

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void subscribe()
  2. void subscribe(O observer)
    struct Result
    void
    subscribe
    (
    O
    )
    if (
    isObserver!(O, int)
    )

Meta