Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Added support for strings

Compare
Choose a tag to compare
@pilotgeraldb pilotgeraldb released this 25 Apr 23:39
· 7 commits to master since this release
bd3f649

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.