delegateRegistration

inline fun delegateRegistration(values: List<Pair<Identifier, T>>, crossinline delegate: (Identifier, T) -> Unit = { _, _ -> })(source)