ref: fe0c54bda8e70766480784336fc881567620410e 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[:])# ;; ;;