We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e98aa commit ff7addbCopy full SHA for ff7addb
std/uni.d
@@ -6695,7 +6695,6 @@ auto caseEnclose(CodepointSet set)
6695
*/
6696
@safe public struct unicode
6697
{
6698
- import std.exception : enforce;
6699
/**
6700
Performs the lookup of set of $(CODEPOINTS)
6701
with compile-time correctness checking.
@@ -7392,7 +7391,6 @@ if (isInputRange!Range && is(Unqual!(ElementType!Range) == dchar))
7392
7391
+/
7393
@trusted struct Grapheme
7394
7395
7396
import std.traits : isDynamicArray;
7397
7398
public:
0 commit comments