concatMap.concatMap

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto concatMap(Obs o)
  2. auto concatMap(Obs o)
    template concatMap(alias fun)
    concatMap
    (
    Obs
    )
    (
    Obs o
    )
    if (
    isObservable!Obs &&
    isInputRange!(typeof(func(ElementType!(Obs).init)))
    )

Meta