ref: fc836572b87f619ac93eba9cc6f7ede657e4d17a dir: /lib/inifile/types.myr/
use std pkg inifile = type error = union `Fileerr `Parseerr int `Dupkey int ;; type inifile = struct sects : byte[:][:] elts : std.htab((byte[:], byte[:]), byte[:])# ;; ;;