How to create a constant generic array of strings with other constants
When you write const you don''t have a variable - the whole point of a variable is that its content is variable (whereas a constant''s content is constant). Nothing in your code is (a) variable.