August 27, 2024
P21 - Insert an element at a given position into a list.
Example:
scala
scala> insertAt('new, 1, List('a, 'b, 'c, 'd))
res0: List[Symbol] = List('a, 'new, 'b, 'c, 'd)
August 27, 2024
Example:
scala
scala> insertAt('new, 1, List('a, 'b, 'c, 'd))
res0: List[Symbol] = List('a, 'new, 'b, 'c, 'd)
Don't have an account? We will create one for you.
Enter the OTP send to
in seconds.