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