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