mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Add comment about overlap being undocumented on purpose.
This commit is contained in:
parent
ded7d066eb
commit
6f65897a6a
1 changed files with 3 additions and 2 deletions
|
@ -615,6 +615,7 @@ unittest
|
||||||
|
|
||||||
// overlap
|
// overlap
|
||||||
/*
|
/*
|
||||||
|
NOTE: Undocumented for now, overlap does not yet work with ctfe.
|
||||||
Returns the overlapping portion, if any, of two arrays. Unlike $(D
|
Returns the overlapping portion, if any, of two arrays. Unlike $(D
|
||||||
equal), $(D overlap) only compares the pointers in the ranges, not the
|
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
|
values referred by them. If $(D r1) and $(D r2) have an overlapping
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue