What does "---->" mean when writing functions?
f:X→Y, Here function f is a rule from X to Y. Symbol '→' relates or maps every value of X with Y. It is used to point out that the function is directed from X to Y.