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.
1 parent 5e94453 commit 40f0cceCopy full SHA for 40f0cce
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