为你的类混入Enumerable

在你的聚合类中混入Enumerable后,如果实现了 each 方法,并且为每个成员实现在了<=>,那么你的类瞬间就拥有了 sort,max, min等方法,如果没有实现<=>,你的类也具有了include,any,all等方法!