shortListOf

inline fun shortListOf(): @Unmodifiable ShortList
inline fun shortListOf(element: Short): @Unmodifiable ShortList
inline fun shortListOf(vararg elements: Short): @Unmodifiable ShortList