unicode: use packed struct for break state

This commit is contained in:
Mitchell Hashimoto
2024-02-09 20:29:36 -08:00
parent c47ad97f62
commit 132fbb3a46
6 changed files with 19 additions and 91 deletions

View File

@@ -5,6 +5,7 @@ const props = @import("props.zig");
pub const table = props.table;
pub const Properties = props.Properties;
pub const graphemeBreak = grapheme.graphemeBreak;
pub const GraphemeBreakState = grapheme.BreakState;
test {
@import("std").testing.refAllDecls(@This());