You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on #548 (comment), resize! usually changes the length of collections, but not for CircularBuffer (am I missing an altenate convention in this package?). IMO it should be renamed, e.g. to sizehint!, or setcapacity! or capacity!. The introduction of resize! (#784) seems to not have yet been released, so this wouldn't be breaking.
Following up on #548 (comment),
resize!
usually changes thelength
of collections, but not forCircularBuffer
(am I missing an altenate convention in this package?). IMO it should be renamed, e.g. tosizehint!
, orsetcapacity!
orcapacity!
. The introduction ofresize!
(#784) seems to not have yet been released, so this wouldn't be breaking.This issue is similar to #447.
The text was updated successfully, but these errors were encountered: