diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-04-12 19:35:59 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-04-14 16:15:35 +0200 |
| commit | d267a9cc645f1219203bd43e046dc07b4a1fc520 (patch) | |
| tree | b877a1353d05b0b8a1375f75c4334890e1d53f37 /.travis.yml | |
| parent | ddb02e41ebc9470c183ccb0d4a256a4eb2f14968 (diff) | |
| download | tanya-d267a9cc645f1219203bd43e046dc07b4a1fc520.tar.gz | |
Implement SList.popFirstOf
Fix #36.
Slicing for the SList on top of the existing SRange would be inefficent.
There would be two cases:
- Range iterates till the end of the list.
- Range iterates till some element "end".
If both cases are implemented in the same range, this range should check
for both conditions (end of the list and "begin == end") instead of only
one (end of the list).
Introducing a different range is undesirable since all containers have
currently only one range.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions
