MqttBroker.subscribe

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void subscribe(S subscriber, R topics)
    struct MqttBroker(S)
    void
    subscribe
    (
    R
    )
    (,)
    if (
    isInputRange!R &&
    is(Unqual!(ElementType!R) == string)
    )
  2. void subscribe(S subscriber, R topics)

Meta