intListOf

inline fun intListOf(): IntList
inline fun intListOf(element: Int): IntList
inline fun intListOf(vararg elements: Int): IntList