We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
combine
1 parent cd2f969 commit 1f10b18Copy full SHA for 1f10b18
src/accumulators.jl
@@ -79,9 +79,10 @@ See also: [`combine`](@ref)
79
function split end
80
81
"""
82
- combine(acc::TAcc, acc2::TAcc) where {TAcc<:AbstractAccumulator}
+ combine(acc::AbstractAccumulator, acc2::AbstractAccumulator)
83
84
-Combine two accumulators of the same type. Returns a new accumulator of the same type.
+Combine two accumulators which have the same type (but may, in general, have different type
85
+parameters). Returns a new accumulator of the same type.
86
87
See also: [`split`](@ref)
88
0 commit comments