JuliaPackaging / Scratch.jl

Scratch spaces for all your persistent mutable data needs
MIT License
58 stars 11 forks source link

README.md: make version_specific_scratch const #19

Closed fingolfin closed 3 years ago

fingolfin commented 4 years ago

I assume the reason why version_specific_scratch is a Ref{String} is so that it can be made const, for type stability.