core :: Numeric :: to_b
self
assert (-1).to_b == 0xFF.to_b assert (1.9).to_b == 1.to_b
# The byte equivalent of `self` # # assert (-1).to_b == 0xFF.to_b # assert (1.9).to_b == 1.to_b fun to_b: Byte is abstract
redef fun to_b is intern
redef fun to_b do return self