I am reviewing a code from other developers and I saw some unfamiliar codes. One of the unfamiliar code is this.
identifier <- map["id"]
identifier is a variable inside the struct. Can you please help me what is the use of "<-" symbol? I tried googling it but I can't find the right answer. Thank you!