Skip to content

Commit

Permalink
Merge pull request #3280 from tom-tan/rm-trusted-uni-decodeGrapheme-b…
Browse files Browse the repository at this point in the history
…yGrapheme-byCodePoint

Remove std.uni.decodeGrapheme, byGrapheme, and byCodePoint from @trus
  • Loading branch information
DmitryOlshansky committed Jun 7, 2015
2 parents b47f16d + 72a4376 commit e3899bb
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 e3899bb

Please sign in to comment.