StyledText.this

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

Meta