Text.this

Undocumented in source.
  1. this(T node, Rope text)
  2. this(T node, Rope text, StyleRange styleMap)
  3. this(T node, const(char)[] text)
    struct Text(T : Node, StyleRange = TextStyleSlice[])
    static if(is(StyleRange == TextStyleSlice[]))
    this
    (,
    const(char)[] text
    )
  4. this(T node, const(char)[] text, StyleRange styleMap)
  5. this(Text text)

Meta