1 module std14198.uni;
2 
3 alias CodepointSet = InversionList!();
4 
InversionList()5 struct InversionList()
6 {
7     import std14198.format;
8 
9     void toString(FormatSpec!char fs) // necessary
10     {
11     }
12 }
13