<div dir="ltr">For now there are many usefull builtin functions like "any", "all", etc. I'd like to propose a new builtin function "equal". It should accept iterable, and return True if all items in iterable are the same or iterable is emty.<br>That's quite popular problem, there is a discussion of how to perform it on stackoverflow (<a href="http://stackoverflow.com/questions/3844801/check-if-all-elements-in-a-list-are-identical">http://stackoverflow.com/questions/3844801/check-if-all-elements-in-a-list-are-identical</a>) - all suggestions are either slow or not very elegant.<br>What do you think about it?<br></div>