summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2018-04-12 19:35:59 +0200
committerEugen Wissner <belka@caraus.de>2018-04-14 16:15:35 +0200
commitd267a9cc645f1219203bd43e046dc07b4a1fc520 (patch)
treeb877a1353d05b0b8a1375f75c4334890e1d53f37 /appveyor.yml
parentddb02e41ebc9470c183ccb0d4a256a4eb2f14968 (diff)
downloadtanya-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 'appveyor.yml')
0 files changed, 0 insertions, 0 deletions