diff options
| author | 2024-06-26 13:56:44 -0400 | |
|---|---|---|
| committer | 2024-06-26 13:56:44 -0400 | |
| commit | 339eaebfe4242db4f30e41c13c5cd35cc80750b0 (patch) | |
| tree | a9e55d10b6f504830de6a4882c131945f2d9ad07 /src/CompatData.zig | |
| parent | Added changes when casefolded back (diff) | |
| download | zg-339eaebfe4242db4f30e41c13c5cd35cc80750b0.tar.gz zg-339eaebfe4242db4f30e41c13c5cd35cc80750b0.tar.xz zg-339eaebfe4242db4f30e41c13c5cd35cc80750b0.zip | |
Removed all inlines
Diffstat (limited to 'src/CompatData.zig')
| -rw-r--r-- | src/CompatData.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompatData.zig b/src/CompatData.zig index 3346a06..cf184a1 100644 --- a/src/CompatData.zig +++ b/src/CompatData.zig | |||
| @@ -45,6 +45,6 @@ pub fn deinit(self: *const Self) void { | |||
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | /// Returns compatibility decomposition for `cp`. | 47 | /// Returns compatibility decomposition for `cp`. |
| 48 | pub inline fn toNfkd(self: Self, cp: u21) []u21 { | 48 | pub fn toNfkd(self: Self, cp: u21) []u21 { |
| 49 | return self.nfkd[cp]; | 49 | return self.nfkd[cp]; |
| 50 | } | 50 | } |