replace

Undocumented in source.
  1. size_t replace(Buf buf, Elem pat, Elem val, Pred pred)
    template replace(Buf, Elem, Pred)
    version(!TangoDoc)
    replace
    (
    Buf buf
    ,,,
    Pred pred
    )
  2. size_t replace(Elem[] buf, Elem pat, Elem val, Pred2E pred)
  3. template replace(Buf, Elem)

Members

Functions

replace
size_t replace(Buf buf, Elem pat, Elem val, Pred pred)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta