May 3, 2024
is it impossible something like this?
@Protected(options: [.readonly]) var test : .. {
get { ... }
set { ... } // compile error or throw?
is it impossible something like this?
@Protected(options: [.readonly]) var test : .. {
get { ... }
set { ... } // compile error or throw?