In F# I can use the yield/yield! syntax in order to concat a mixture of single elements and arrays into a single collection, e.g.
yield
yield!
let re