setByData

inline fun <T> MutableList<UUIDKey<T>>.setByData(index: Int, value: T)
inline fun <T> MutableList<UUIDKey<T>>.setByData(index: Int, valueProvider: (T) -> T)