Mercurial > repos > public > sbplib_julia
diff src/StaticDicts/StaticDicts.jl @ 866:1784b1c0af3e feature/laplace_opset
Merge with default
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 19 Jan 2022 14:44:24 +0100 |
parents | ff9d738c9b21 |
children |
line wrap: on
line diff
--- a/src/StaticDicts/StaticDicts.jl Fri Jul 02 14:23:33 2021 +0200 +++ b/src/StaticDicts/StaticDicts.jl Wed Jan 19 14:44:24 2022 +0100 @@ -10,9 +10,9 @@ The immutable nature means that `StaticDict` can be compared with `===`, in constrast to regular `Dict` or `ImmutableDict` which can not. (See -https://github.com/JuliaLang/julia/issues/4648 for details) One important +<https://github.com/JuliaLang/julia/issues/4648> for details.) One important aspect of this is that `StaticDict` can be used in a struct while still -allowing the struct to be comared using the default implementation of `==` for +allowing the struct to be compared using the default implementation of `==` for structs. Lookups are done by linear search.