Add comment about overlap being undocumented on purpose.

This commit is contained in:
Andrej Mitrovic 2012-11-02 04:57:40 +01:00
parent ded7d066eb
commit 6f65897a6a

View file

@ -615,6 +615,7 @@ unittest
// overlap
/*
NOTE: Undocumented for now, overlap does not yet work with ctfe.
Returns the overlapping portion, if any, of two arrays. Unlike $(D
equal), $(D overlap) only compares the pointers in the ranges, not the
values referred by them. If $(D r1) and $(D r2) have an overlapping