Section.this

Constructs a new section.

class Section
@safe
this
(
string title
,
string body = null
,
Term[] terms = []
)

Parameters

title string

Title of the section.

body string

Main body text of the section, or null.

terms Term[]

Terms and definitions associated with the section.

Throws

AssertionError if the title is null.