Protect.constant constructor

const Protect.constant()

Implementation

const Protect.constant()
:
    first = const ListOfIdentifierable(CitrusSyntaxList.constant([
        LowercaseAlphabetP(),
        LowercaseAlphabetR(),
        LowercaseAlphabetO(),
        LowercaseAlphabetT(),
        LowercaseAlphabetE(),
        LowercaseAlphabetC(),
        LowercaseAlphabetT(),
    ]))
;