objectMutableListOf

inline fun <T> objectMutableListOf(): ObjectList<T>
inline fun <T> objectMutableListOf(vararg elements: T): ObjectList<T>