Release 1.0.1
- Fix declarations of all 'key comparer'
- Append implements of
groupBy
- Refactor the inherit tree of
IEnumerable
- Using
Array<T> & { key : TKey }
instead ofKeyedArray<T,TKey>
groupBy
IEnumerable
Array<T> & { key : TKey }
instead of KeyedArray<T,TKey>