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