inline infix fun <T> T.glue(otherArgs: Array<out T>): List<T>
Delegates to varargToList -- adds this and the otherArgs into a new List and returns it.
this