nxt.attributes

Attributes.

Only make T args const when they have value semantics (allAre!hasIndirections!T).

Members

Structs

AsBlockquote
struct AsBlockquote(T...)

Multi-Paragraph Blockquote.

AsBlockquoteSP
struct AsBlockquoteSP(T...)

Single-Paragraph Blockquote.

AsBold
struct AsBold(T...)

Bold.

AsCSL
struct AsCSL(T...)

Comma-Separated List.

AsCell
struct AsCell(T...)

Table Cell.

AsCitation
struct AsCitation(T...)

Citation.

AsCode
struct AsCode(TokenId token = TokenId.unknown, Lang lang_ = Lang.unknown, T...)

Code.

AsCtx
struct AsCtx(T...)

Scan hit context with index ix.

AsDeleted
struct AsDeleted(T...)

Deleted.

AsDescription
struct AsDescription(T...)

Description.

AsEmphasized
struct AsEmphasized(T...)

Emphasized.

AsHeader
struct AsHeader(uint Level, T...)

Header.

AsHit
struct AsHit(T...)

Scan hit with index ix.

AsInserted
struct AsInserted(T...)

Inserted.

AsItalic
struct AsItalic(T...)

Printed as Italic/Slanted.

AsItem
struct AsItem(T...)

List Item.

AsMonospaced
struct AsMonospaced(T...)

Monospaced.

AsName
struct AsName(T)

Printed as Name.

AsOList
struct AsOList(T...)

Ordered List.

AsParagraph
struct AsParagraph(T...)

Paragraph.

AsPath
struct AsPath(T)

Printed as Path.

AsPreformatted
struct AsPreformatted(T...)

Preformatted.

AsRow
struct AsRow(T...)

Table Row.

AsRows
struct AsRows(T...)

Numbered Rows

AsStrong
struct AsStrong(T...)

Strong.

AsStronglyEmphasized
struct AsStronglyEmphasized(T...)

Strongly Emphasized.

AsSubscript
struct AsSubscript(T...)

Subscript.

AsSuperscript
struct AsSuperscript(T...)

Superscript.

AsTHeading
struct AsTHeading(T...)

Table Heading.

AsTable
struct AsTable(T...)

Table. TODO Should asTable autowrap args AsRows when needed?

AsUList
struct AsUList(T...)

Unordered List. TODO Should asUList, asOList autowrap args as AsItems when needed?

AsURL
struct AsURL(T)

Printed as URL.

AsWords
struct AsWords(T...)

Words.

HorizontalRuler
struct HorizontalRuler

Horizontal Ruler.

MDash
struct MDash

MDash.

Span
struct Span(T...)

Row/Column/... Span.

Meta