mirror of
https://github.com/dlang/phobos.git
synced 2025-05-13 15:52:41 +03:00
The standard library of the D programming language
algorithmsallocatorconcurrencycontainersddlangfunctionalhacktoberfestmathmetaparallelismphobosrangesregexstandard-librarystdiotraitstype-conversionunicode
![]() I don't know why these were added or how they got past the reviewers, but it makes no sense for traits which check ranges for various attributes to say that they don't require a range - especially when they specifically check stuff like front! The only two where such a comment makes sense (hasLength and ElementType) already had such comments, making the comments added to them redundant, whereas the others were just plain wrong. This commit removes all of those incorrect comments. |
||
---|---|---|
etc/c | ||
std | ||
.gitignore | ||
changelog.dd | ||
crc32.d | ||
index.d | ||
LICENSE_1_0.txt | ||
posix.mak | ||
unittest.d | ||
win32.mak | ||
win64.mak |