Skip to content

JuliaFolds/BangBang.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

177d234 · Sep 4, 2024
Jan 13, 2022
Sep 4, 2024
Sep 4, 2024
Sep 3, 2019
Feb 26, 2022
Sep 4, 2024
Jan 18, 2020
Aug 4, 2020
Jun 26, 2019
Sep 20, 2022
Sep 20, 2022

Repository files navigation

BangBang

Stable Dev Codecov Aqua QA GitHub commits since tagged version

BangBang.jl implements functions whose name ends with !!. Those functions provide a uniform interface for mutable and immutable data structures. Furthermore, those functions implement the "widening" fallback for the case when the usual mutating function does not work (e.g., push!!(Int[], 1.5) creates a new array Float64[1.5]).

See the supported functions in the documentation