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