File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11module std.internal.unicode_comp ;
22import std.internal.unicode_tables ;
33
4- @safe pure nothrow @nogc :
4+ @safe pure nothrow @nogc package (std) :
55
66static if (size_t .sizeof == 8 )
77{
Original file line number Diff line number Diff line change 11module std.internal.unicode_decomp ;
22import std.internal.unicode_tables ;
33
4- @safe pure nothrow @nogc :
4+ @safe pure nothrow @nogc package (std) :
55
66static if (size_t .sizeof == 8 )
77{
Original file line number Diff line number Diff line change 11module std.internal.unicode_grapheme ;
22import std.internal.unicode_tables ;
33
4+ package (std):
5+
46static if (size_t .sizeof == 8 )
57{
68 // 832 bytes
Original file line number Diff line number Diff line change 11module std.internal.unicode_norm ;
22import std.internal.unicode_tables ;
33
4+ package (std):
5+
46static if (size_t .sizeof == 8 )
57{
68 // 1600 bytes
Original file line number Diff line number Diff line change 99
1010//dfmt off
1111module std.internal.unicode_tables;
12- @safe pure nothrow @nogc:
12+ @safe pure nothrow @nogc package(std) :
1313
1414
1515struct SimpleCaseEntry
You can’t perform that action at this time.
0 commit comments