Hyphenator.hyphenate

hyphenate $(PARAM word) with $(PARAM hyphen) and output the result to $(PARAM sink)

  1. string hyphenate(const(char)[] word, const(char)[] hyphen)
  2. void hyphenate(const(char)[] word, const(char)[] hyphen, void delegate(in char[]) sink)
    struct Hyphenator
    const
    void
    hyphenate
    (
    const(char)[] word
    ,
    const(char)[] hyphen
    ,
    scope void delegate
    (
    in char[]
    )
    sink
    )

Meta