ref: 198e24abaaa0005cf5a1612a499135a8fc47ed36 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) }