delimited.removeItem

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto removeItem(inout(char)[] current, const(char)[] item)
    template delimited(char delimiter)
    removeItem
    (
    inout(char)[] current
    ,
    const(char)[] item
    )
  2. auto removeItem(inout(char)[] current, size_t itemStart, size_t itemLimit)

Meta