hasAll

@JvmName(name = "hasAllIrValueParameter")
fun Collection<IrValueParameter>.hasAll(actual: Collection<IrValueParameter>): Boolean
@JvmName(name = "hasAllIrTypeParameter")
fun Collection<IrTypeParameter>.hasAll(actual: Collection<IrTypeParameter>): Boolean