``` julia> union!!(Int[], [1.5]) 1-element Vector{Float64}: 1.5 julia> union!!(Empty(Vector{Int}), [1.5]) ERROR: InexactError: Int64(1.5) ``` The problem seems to be the definition https://github.com/JuliaFolds2/BangBang.jl/blob/9f8c8a5cc7d94f47cddd054d6c03a8097785f5d8/src/NoBang/emptycontainers.jl#L78