lexerApplicability

fun A_Lexer.lexerApplicability(codePoint: Int): Boolean?

If the filter function cas already run for this single-byte codePoint in the past, answer the boolean value that it produced. Otherwise answer null.

Parameters

codePoint

The codePoint Int in the range 0..255.