Skip to content

Commit

Permalink
Enable DDoc for std.uni.byCodePoint
Browse files Browse the repository at this point in the history
See also #1985
  • Loading branch information
Jakob Ovrum committed Mar 23, 2014
1 parent 34a3785 commit bc161b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/uni.d
Expand Up @@ -5530,10 +5530,10 @@ unittest
$(P Acts as the identity function when given a range of code points.)
+/
// TODO: Propagate bidirectional access
auto byCodePoint(Range)(Range range)
if(isInputRange!Range && is(Unqual!(ElementType!Range) == Grapheme))
{
// TODO: Propagate bidirectional access
static struct Result
{
private Range _range;
Expand Down

0 comments on commit bc161b2

Please sign in to comment.