UtfString.extract

Undocumented in source. Be warned that the author may not have intended to support it.
  1. OutType extract(bool consume)
  2. OutType extract(size_t width, bool consume)
  3. OutType extract(Char[] text)
  4. OutType extract(Char[] text, size_t width)
  5. OutType extract(Char[] text, size_t width)
    struct UtfString(Char = char, bool pull_dchars = false)
    static
    static if(!(pull_dchars))
    extract
    (
    Char[] text
    ,
    out size_t width
    )

Meta