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.
1 parent 5f1613f commit 3352d15Copy full SHA for 3352d15
src/accumulation.jl
@@ -7,7 +7,7 @@ This avoids allocations when `x` can be mutated in this way.
7
add!!(x, y) = x + y
8
9
"""
10
- add!!(x, t::ImplacableThunk)
+ add!!(x, t::InplacableThunk)
11
12
The specialization of `add!!` for [`InplaceableThunk`](@ref) promises to only call
13
`t.add!` on `x` if `x` is suitably mutable; otherwise it will be out of place.
0 commit comments