ref: 10639872d6c832f4215fca9f5d33a90b59d8021f 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) }