I recently came across the following expression regarding function composition:
\begin{equation} g \circ f : A \rightarrow C :: a \mapsto g(f(a)) \end{equation}
I get what this expression is trying to tell me, but I am pretty disturbed by the fact that I don't know what "$::$" means exactly and how to read it. Can anyone tell me what is "$::$"?