RangeExtensions

ostrat.`package`.RangeExtensions
implicit class RangeExtensions(range: Range)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def mapArr[B <: ValueNElem, M <: Arr[B]](f: Int => B)(implicit build: BuilderArrMap[B, M]): M

maps to a Arr rather than a standard Scala collection class.

maps to a Arr rather than a standard Scala collection class.

Attributes