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
This is a reminder to add these very useful functions. I haven't looked around the 0.6 Base enough to know off the top of my head what these should be replaced with in 0.6, pun intended.
I can do this, but I won't get around to it until the weekend at the earliest.
The text was updated successfully, but these errors were encountered:
Sorry, so basically the string methods exist in 0.6, but all the more general container methods are missing.
So, at least the following:
# 12 methods for generic function "replace":
[1] replace(a::Union{Function, Type}, b::Pair; count) in Base at set.jl:486
[2] replace(a::Union{Function, Type}, b::Pair, c::Pair; count) in Base at set.jl:487
[8] replace(A, old_new::Pair...; count) in Base at set.jl:426
This is a reminder to add these very useful functions. I haven't looked around the 0.6
Base
enough to know off the top of my head what these should be replaced with in 0.6, pun intended.I can do this, but I won't get around to it until the weekend at the earliest.
The text was updated successfully, but these errors were encountered: