| author | |
| committer | |
| log | ff9a93020e0dc74dd5dcca2a42602cb5cf748e8d |
| tree | 7547acf250d179cf5964970ae9ee507ac43da4ba |
| parent | f28c19ea0856313bbd67a61fb218a065559c44b5 |
| signature |
1 files changed, 2 insertions(+), 1 deletions(-)
src/root.zig+2-1| ... | ... | @@ -1,5 +1,6 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | const ucd = @import("unicode-ucd"); | |
| 2 | ||
| 3 | pub const ucd = @import("unicode-ucd"); | |
| 3 | 4 | |
| 4 | 5 | pub fn hasDerivedCoreProperty(cp: u32, comptime prop: ucd.derived_core_properties.CoreProperty.Property) bool { |
| 5 | 6 | @setEvalBranchQuota(100_000); |