I have a fundamental question. Is there any advantage of using const
over var in terms of memory, or performance or anything at all? other
than the fact that consts cannot be changed. Maybe the compiler does
some optimizations?

Reply via email to