This commit is contained in:
2023-12-18 14:17:21 +00:00
parent c3500e2780
commit d90ff8d3fc
3 changed files with 26 additions and 16 deletions

View File

@@ -673,7 +673,7 @@ end
function dictToString(shortMemory::T;
skiplist::Union{Array{String}, Array{Symbol}}=[""]) where {T<:AbstractDict}
skiplist::Union{Vector{String}, Vector{Symbol}}=[""]) where {T<:AbstractDict}
s = ""
for (k, v) in shortMemory
if k skiplist