mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Clarify warning in BitArray.length
This commit is contained in:
parent
b808e722b1
commit
7b0ea1db48
1 changed files with 3 additions and 2 deletions
|
@ -1122,8 +1122,9 @@ public:
|
|||
/**********************************************
|
||||
* Sets the amount of bits in the `BitArray`.
|
||||
* $(RED Warning: increasing length may overwrite bits in
|
||||
* final word up to the next word boundary. i.e. D dynamic
|
||||
* array extension semantics are not followed.)
|
||||
* the final word of the current underlying data regardless
|
||||
* of whether it is shared between BitArray objects. i.e. D
|
||||
* dynamic array extension semantics are not followed.)
|
||||
*/
|
||||
@property size_t length(size_t newlen) pure nothrow @system
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue