ref: 69c70ba14ea083bf65395ee45f3aff5956e77d83 dir: /lib/std/clear.myr/
use "slfill" pkg std = generic clear : (p : @a# -> void) ;; generic clear = {p : @a# var bp bp = (p : byte#) slfill(bp[:sizeof(@a)], 0) }