| ... | @@ -1,5 +1,6 @@ | ... | @@ -1,5 +1,6 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const ucd = @import("unicode-ucd"); | 2 | |
| | 3 | pub const ucd = @import("unicode-ucd"); |
| 3 | | 4 | |
| 4 | pub fn hasDerivedCoreProperty(cp: u32, comptime prop: ucd.derived_core_properties.CoreProperty.Property) bool { | 5 | pub fn hasDerivedCoreProperty(cp: u32, comptime prop: ucd.derived_core_properties.CoreProperty.Property) bool { |
| 5 | @setEvalBranchQuota(100_000); | 6 | @setEvalBranchQuota(100_000); |