drop the new LUT type as no performance advantage detected

This commit is contained in:
Jeffrey C. Ollie
2025-09-04 23:15:29 -05:00
parent a7da96faee
commit e024b77ad5
7 changed files with 22 additions and 339 deletions

View File

@@ -9,7 +9,6 @@ pub const graphemeBreak = grapheme.graphemeBreak;
pub const GraphemeBreakState = grapheme.BreakState;
test {
_ = @import("symbols1.zig");
_ = @import("symbols2.zig");
_ = @import("symbols.zig");
@import("std").testing.refAllDecls(@This());
}