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