nitc :: Instance :: to_b
else aborts
# Return the integer value if the instance is a byte. # else aborts fun to_b: Byte do abort
redef fun to_b do return val.as(Byte)