Skip to content

Add Skip and Take extensions.

Compare
Choose a tag to compare
@reegeek reegeek released this 20 Aug 14:26

Changes:

  • 13c2be2 [Distinct] Use DefaultComparer for some ValueType.
  • 82f8989 [Comparer] create default comparer for some ValueType.
  • 418f7de [Min] Add DateTime
  • e607dcd [Max] Add DateTime.
  • 1146180 [Take] Improve Take for IStructCollection
  • aa934fe [Skip] Improve Skip for IStructCollection
  • 3b6e5ee [API] change Slice signature on IStructCollection for Skip extensions method.
  • b5dff8f [API] Add Slice and Clone methods on IStructCollection
  • 3e24afe Bump Fody from 6.2.0 to 6.2.4
  • beeb9d7 [Take] Add Take extension.
See More
  • cccc174 [Benchmark] add some benchmark.
  • 6673b0d [Skip] Add Skip extension.
  • 2ae0330 [ToArray/ToList] improve a little ToArray and ToList.
  • cc6a749 [Benchmark] Add bench on ToArrayOnArraySelect
  • d735be3 [ToList] Use count from IStructCollection to set capacity.
  • 62376fb [ToArray] Use count from IStructCollection to set capacity.
  • 56a066a [Repeat] RepeatEnumerable implement IStructCollection
  • 2b230b0 [Range] RangeEnumerable implement IStructCollection
  • 08199d0 [Doc] update readme
  • ef2072f [API] Introduce IStructCollection
  • 00b5c6f Repeat: add some AggressiveInlining
  • c97c179 Bump InlineIL.Fody from 1.4.2 to 1.5.0

This list of changes was auto generated.