## Problem Copied from the doc of 3.2.0: https://www.scala-lang.org/api/3.2.0/scala/collection/immutable/Range.html#  The doc says map on Range returns a new Range but it returns an IndexedSeq (which defaults to Vector).