julia
522624c3
- docs: fix scope type of a `struct` to hard (#56755)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
docs: fix scope type of a `struct` to hard (#56755) Is struct not a hard scope? ```jl julia> b = 1 struct Tester tester Tester(tester) = new(tester) b = 2 Tester() = new(b) end b 1 ```
References
#56755 - docs: fix scope type of a `struct` to hard
Author
ArnoStrouwen
Parents
fc9e7c4a
Loading