Closed vreuter closed 8 months ago
scala> preFields :+ res3 ++ postFields.tail
val res4: Array[String | IndexedSeq[Char | String]] = Array(20240313, 155456, 993, "", Vector(T, i, m, e, 0, 0, 0, 4, 2, Point0012, ChannelFar Red,Red, Seq0558.nd2))
scala> preFields ++ Array(res3) ++ postFields.tail
val res5: Array[String] = Array(20240313, 155456, 993, "", Time00042, Point0012, ChannelFar Red,Red, Seq0558.nd2)
^^ unfortunately, the compiler allows the first expression above, inferring an odd type that would be atypical to have as intended behavior in such a use context, but alas, we will wrap the value.
Noticed w/ @josephneos1010