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