module Utility(T)

Overview

An utility module which only contains a single utility function.

Defined in:

utility/interleave_arrays.cr

Class Method Summary

Class Method Detail

def self.interleave_arrays(a : Array(T), b : Array(T)) #

Helper function to interleave and combine a sequence of strings and a sequence of spaces. Returns an interleaved array.


[View source]