This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
Added support for strings
Since a string is an array of characters, it was helpful to provide the asEnumerable() extension method for strings as well. This method creates an enumerable object containing each character which can then be used with any of the fluent functions. Calling toString() on the enumerable converts it back to a string.