ref: af63c8fc4082fca2b5148cb55a6870ac926660e4 dir: /lib/std/clear.myr/
use "memops" pkg std = generic clear : (p : @a# -> void) ;; generic clear = {p : @a# memfill((p : byte#), 0, sizeof(@a)) }