You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So with broadcasting dots, we've managed to excise nearly all sometimes-scalar/sometimes-vectorized functions in Julia to great benefit. There are two notable stragglers: getindex and setindex!.
splice! is another one of these maybe-vectorized functions.
@mbauman writes
splice!
is another one of these maybe-vectorized functions.Technically the
index::Integer
is iterable too, but that's not how this API is supposed to be interpreted.The text was updated successfully, but these errors were encountered: