<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        +1 Thanks!<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 26.01.2022 21:38:20 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>Christoph Thiede uploaded a new version of Chronology-Core to project The Trunk:<br>http://source.squeak.org/trunk/Chronology-Core-ct.72.mcz<br><br>==================== Summary ====================<br><br>Name: Chronology-Core-ct.72<br>Author: ct<br>Time: 13 November 2021, 2:14:59.271577 am<br>UUID: d7142e3f-c575-a341-86ad-9d2a0c2cd04a<br>Ancestors: Chronology-Core-mt.71<br><br>Makes durations compatible with collection-wise calculations.<br><br>Examples:<br>   {1 second. 2 seconds} + 3 seconds. "{0:00:00:04 . 0:00:00:05}"<br>      {6 seconds. 8 seconds} / 2 seconds. "#(3 4)"<br><br>Especially the latter has practical relevance in comparing benchmarks.<br><br>=============== Diff against Chronology-Core-mt.71 ===============<br><br>Item was added:<br>+ ----- Method: Duration>>adaptToCollection:andSend: (in category 'as yet unclassified') -----<br>+ adaptToCollection: rcvr andSend: selector<br>+         "If I am involved in arithmetic with a Collection, return a Collection of the results of each element combined with me in that expression."<br>+ <br>+    ^ rcvr collect: [:element | element perform: selector with: self]!<br><br><br></div></blockquote>
                                        </div></body>