Proposal: takeFront and takeBack

Roman D. Boiko rb at d-coding.com
Wed Jul 4 01:16:31 PDT 2012


On Wednesday, 4 July 2012 at 08:13:10 UTC, Mehrdad wrote:
> What's wrong with moveFront()?

It has different semantics. For example, it is only supported for 
ranges which have movable elements. After moveFront, the element 
which was placed in the front position is replaced by E.init (E 
is element type).


More information about the Digitalmars-d mailing list