List Question
17 TechQA 2024-03-23T16:03:57.770000Should I pass a parameter as a const in a function if I don't intend to modify it?
123 views
Asked by Shaun Roselt
Create a readonly pointer argument of any type in C
217 views
Asked by Abdulmalek Almkainzi
Force methods to respect readonly signature in interface
71 views
Asked by OrenIshShalom
BASH bug or feature?: Shadowing a readonly global variable with a writable local variable
128 views
Asked by U. Windl
Does Having Hundreds of Readonly Static Variables Cause Performance Issues?
273 views
Asked by maddy23285
Cannot convert value of type '() -> [Any]' to specified type '[(TextFormatType, UIButton)]'
390 views
Asked by userNew
Is there a way to mark a function as only called/callable from a static constructor?
523 views
Asked by fweaks
What is the difference between `state` and `const`?
257 views
Asked by Eugen Konkov
Pass a readonly field from C# as a const double&
112 views
Asked by Todd Burch
How can we check whether a variable is readonly or not in linux
286 views
Asked by Aditya Purusharthi
How to make global variables "immutable" in Lua/LuaJ?
1k views
Asked by Steven de Jong
Changing value of readonly array
1.1k views
Asked by DD995
What is the difference between .rodata and .rdata
6k views
Asked by Ark
How do I change a Perl Readonly scalar in a module for a unit test?
203 views
Asked by Eric Fossum
Are C optimizing compilers (GCC) able to detect unchanging values for read-only access without the use of 'const'?
200 views
Asked by Theo d'Or
Why does Powershell not throw an error when we do $NULL="FOO"?
385 views
Asked by Binarus
Kotlin - Read Only properties in interfaces
6.4k views
Asked by alexpfx