From bc161b24e61cebbef8e798cb7967f05def7e1154 Mon Sep 17 00:00:00 2001 From: Jakob Ovrum Date: Sun, 23 Mar 2014 09:34:09 +0900 Subject: [PATCH] Enable DDoc for std.uni.byCodePoint See also #1985 --- std/uni.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/uni.d b/std/uni.d index 502de53f049..ca251c343f3 100644 --- a/std/uni.d +++ b/std/uni.d @@ -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;