We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e94453 + 40f0cce commit d3f1313Copy full SHA for d3f1313
src/progress_bar.jl
@@ -1,6 +1,6 @@
1
export ProgressBar, next!
2
3
-struct ProgressBar{CT,T1<:Integer,T2<:Real,T3,T4<:Real,LT}
+mutable struct ProgressBar{CT,T1<:Integer,T2<:Real,T3,T4<:Real,LT}
4
counter::CT
5
max_counts::T1
6
enable::Bool
0 commit comments