- Added
KeyAndValues, the method to extract both keys and values in a sequence.
- Added
Limitto limit the number of values in a sequence to a specified number - Added
Offsetto skip a specified number of values in a sequence
- Few Fixes in GoDoc and README
- Generation of
iter.Seqanditer.Seq2is now common as an internal function
- Added more example to GoDoc and README
Extractor[T, U]is now method-chain interface
- Modified the return value to
iter.Seq[T], the alias type
- Go Version are now not specified patch version
SliceExtractor[T].ByValueSliceExtractor[T].ByKeySliceExtractor[T].ByKeyAndValueMapExtractor[T, U].ByValueMapExtractor[T, U].ByKeyMapExtractor[T, U].ByKeyAndValue