I know this question has been posted all over the internet but I have found some code that declares variables with the ampersand symbol in it and I can't find out what it exactly does. Would anyone kindly throw me to a website with some info on using this and any other operators when declaring a variable?
Rectangle rect1;
Rectangle& local = @rect1;