fn clear(self: *Self, from: usize, to: usize) void

Set the words storing the bytes of a given range to zero.

Parameters

self: *Self,
from: usize,
to: usize,