HeartQueueListString extension

Extension methods for a QueueList of Strings

on

Methods

zip() QueueList<String>

Available on QueueList<String>, provided by the HeartQueueListString extension

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

Available on QueueList<String>, provided by the HeartQueueListString extension

Perform a function between corresponding characters.