HeartSetString extension

Extension methods for a Set of Strings

on

Methods

zip() Set<String>

Available on Set<String>, provided by the HeartSetString extension

Pairs corresponding elements together.
zipWith<R>(R zipFunction(List<String>)) Set<R>

Available on Set<String>, provided by the HeartSetString extension

Perform a function between corresponding characters.