Header.constant constructor

const Header.constant()

Implementation

const Header.constant()
:
    first = const ListOfIdentifierable(CitrusSyntaxList.constant([
        LowercaseAlphabetH(),
        LowercaseAlphabetE(),
        LowercaseAlphabetA(),
        LowercaseAlphabetD(),
        LowercaseAlphabetE(),
        LowercaseAlphabetR(),
    ]))
;