HeartQueueListString extension
Extension methods for a QueueList of Strings
Methods
-
zip(
) → QueueList< String> -
Available on QueueList<
Pairs corresponding elements together.String> , provided by the HeartQueueListString extension -
zipWith<
R> (R zipFunction(List< String> )) → QueueList<R> -
Available on QueueList<
Perform a function between corresponding characters.String> , provided by the HeartQueueListString extension