fn clear(self: *Self, from: usize, to: usize) void
Set the words storing the bytes of a given range to zero.
self: *Self,
from: usize,
to: usize,