Span

object Span
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Span.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def bold(span: Span): Span
def bold(t: String): Span
def code(t: String): Span
def empty: Span
def error(t: String): Span
def italic(span: Span): Span
def italic(t: String): Span
def spans(span: Span, spans0: Span*): Span
def spans(spans: Iterable[Span]): Span
def text(t: String): Span