<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">while I was working on&nbsp;<a href="https://github.com/apple/swift/pull/348" class="">this</a>&nbsp;PR I encountered unexpected behavior from <font face="Menlo" class="">Array.description</font>. It iterates over its items and calls <font face="Menlo" class="">debugDescription&nbsp;</font>on them. I found it a bit unexpected thus my question here. Is it desired behavior? I would expect <font face="Menlo" class="">description</font> and <font face="Menlo" class="">debugDescription</font> call respective methods on the contents.</div><div class=""><br class=""></div><div class="">(I asked the same question in the PR but thought it’s general, so might be worth posting here)</div></body></html>