Hyphenator.hyphenate

hyphenate $(PARAM word) with $(PARAM hyphen)

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

Meta