Question
What is a Scala Vector?
Select an option. Your answer will be checked instantly.
Correct Answer: C. An immutable indexed sequence with efficient random access
Explanation:
Vector provides more balanced indexed access and updates than List.
It remains immutable.
Leave a Reply