mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 19:16:13 +03:00
Remove unused, private Array helper.
This commit is contained in:
parent
ca2a082868
commit
034b7e02bd
1 changed files with 0 additions and 5 deletions
|
@ -2823,11 +2823,6 @@ struct Array(T) if (is(T == bool))
|
||||||
return _store._backend._payload;
|
return _store._backend._payload;
|
||||||
}
|
}
|
||||||
|
|
||||||
private ref size_t dataCapacity()
|
|
||||||
{
|
|
||||||
return _store._backend._capacity;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Defines the container's primary range.
|
Defines the container's primary range.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue