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