ref: 74b3aaed1a5a978a4d64ae4bdce9b0cdcf82860c 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) }