dalexander
06/15/2017, 12:18 PMb.toInt()
is probably better because they have to cast to an int anyway to do any arithmetic). My concern is that there’s no way to specify a byte literal, and in other places in the language it correctly chooses between byte and int literals depending on what is needed (ie. the first line in the example).