Skip to content

Commit

Permalink
Remove decodeGrapheme, byGrapheme, and byCodePoint from @trusted block
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed May 14, 2015
1 parent 4ba5fc4 commit 72a4376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/uni.d
Expand Up @@ -6470,8 +6470,6 @@ size_t graphemeStride(C)(in C[] input, size_t index)
assert(city[first..$] == "rhus");
}

@trusted:

/++
Reads one full grapheme cluster from an input range of dchar $(D inp).
Expand Down Expand Up @@ -6699,6 +6697,8 @@ unittest
assert(cpText.walkLength == text.walkLength);
}

@trusted:

/++
$(P A structure designed to effectively pack $(CHARACTERS)
of a $(CLUSTER).
Expand Down

0 comments on commit 72a4376

Please sign in to comment.