Julia Programming Language
Why no mutating filter function for strings?
General Usage
question
stevengj
Split this topic
July 22, 2024, 2:46am
9
A post was split to a new topic:
Why are Julia strings immutable?
show post in topic
Related topics
Topic
Replies
Views
Activity
Bug in replace! function
General Usage
strings
3
646
October 26, 2021
Why is that```d = Dict("a"=>1, "b"=>2, "c"=>3)filter!(d) do (k, v)
General Usage
1
254
February 9, 2021
Filter and filter! give different results
General Usage
question
2
506
July 25, 2021
Filter! vs filter
New to Julia
4
1186
July 3, 2020
Does a `filterfirst` or `filtersingle` function exist? Similar to c# Single()?
General Usage
16
499
October 15, 2022