addByData

inline fun <T> MutableList<UUIDKey<T>>.addByData(value: T): Boolean
inline fun <T> MutableList<UUIDKey<T>>.addByData(index: Int, value: T)