allocator: std.mem.Allocator,
transitions: []const Transition,
timetypes: []const Timetype,
leapseconds: []const Leapsecond,
footer: ?[]const u8,
fn deinit(self: *Tz) void
No documentation provided.
fn parse(allocator: std.mem.Allocator, reader: anytype) !Tz