RunLengthEncode extension.
Inheritance Hierarchy Namespace: MoreLinq.ExtensionsMoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntaxpublic static class RunLengthEncodeExtension
<ExtensionAttribute> Public NotInheritable Class RunLengthEncodeExtension
[ExtensionAttribute] public ref class RunLengthEncodeExtension abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] [<ExtensionAttribute>] type RunLengthEncodeExtension = class endMethods Name Description RunLengthEncodeT(IEnumerableT)
Run-length encodes a sequence by converting consecutive instances of the same element into a KeyValuePair{T,int} representing the item and its occurrence count.
RunLengthEncodeT(IEnumerableT, IEqualityComparerT)Run-length encodes a sequence by converting consecutive instances of the same element into a KeyValuePair{T,int} representing the item and its occurrence count. This overload uses a custom equality comparer to identify equivalent items.
Top See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4