isDigit

fun isDigit(type: Int): Boolean

Checks if the given word type includes DIGIT

Return

true if the type contains DIGIT, false otherwise

Parameters

type

Word type to check