Hi all, is it possible to declare a "const" in struct? Something simmilar to type my_struct struct { value string const // <-- doesn't work }