What is the difference between the = and := operators, and what are the use cases for them? They both seem to be for an assignment?
=
:=
The := means declare and assign while the = means to simply assign.