On Tuesday, 27 May 2014 at 14:05:56 UTC, monarch_dodra wrote:
On Tuesday, 27 May 2014 at 12:18:15 UTC, BicMedium wrote:
I mean that those tests are just like testing an interface...).
If your interface isn't complete, than it is irrelevant what
your implementations are, since the algorithms c
On Tuesday, 27 May 2014 at 11:43:12 UTC, monarch_dodra wrote:
On Tuesday, 27 May 2014 at 10:50:54 UTC, BicMedium wrote:
Let's say I have a set of containers, using a
D-unfriendly-semantic. They rather use a kind of ADA
vocabulary (according to https://en.wikipedia.org/wiki/Deque).
I want to ma
Let's say I have a set of containers, using a
D-unfriendly-semantic. They rather use a kind of ADA vocabulary
(according to https://en.wikipedia.org/wiki/Deque). I want to
make them "range-aware".
If the input/output ranges are easy to implement(so it's just
reading/writing an element, keepin