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