InsertionPoint
 scala.collection.Searching.InsertionPoint
  case class InsertionPoint(insertionPoint: Int) extends SearchResult
 
The result of performing a search on a sorted sequence, where the element was not found
Value parameters
- insertionPoint
- 
    the index where the element would be inserted in the sequence 
Attributes
- Source
- Searching.scala
- Graph
- 
    
- Supertypes
- 
    trait Serializabletrait Producttrait Equalsclass SearchResultclass Objecttrait Matchableclass Any
Members list
In this article