aboutsummaryrefslogtreecommitdiff
path: root/src/z/js/parser/result.zig
blob: 5cc58780771e7417f729043c4593d83eb6996474 (plain)
1
2
3
4
pub fn Result(T: type) type {
    return struct { T, []const u8 };
}