Answer Posted / Pawan Prajapati
In Scala, `::` is a cons operator that constructs a linked list by appending an element to the head of another list.nOn the other hand, `#::` is used with a list as an argument instead of the head and tail arguments for the same purpose.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers