dataIsDigit

fun dataIsDigit(): Boolean

Checks if the data property of the Tile is a Char and whether that Char represents a digit.

Return

true if data is a Char and is a digit, otherwise false.