ref: e09c6b53f3b1928d3752c53c813025dbcbb976e0
dir: /lib/std/memops.myr/
use "types" pkg std = extern const memblit : (dst : byte#, src : byte#, len : std.size -> void) extern const memfill : (dst : byte#, val : byte, len : std.size -> void) extern const memeq : (a : byte#, b : byte#, len : std.size -> bool) ;;