dotty

tools

package tools

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tools
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type FatalError = scala.reflect.internal.FatalError

  2. class sharable extends Annotation

  3. class unshared extends Annotation

Value Members

  1. val FatalError: scala.reflect.internal.FatalError.type

  2. val ListOfNil: List[Nil.type]

  3. package backend

  4. package dotc

  5. package dottydoc

  6. package io

  7. final def sameLength[T](xs: List[T], ys: List[T]): Boolean

    True if two lists have the same length.

    True if two lists have the same length. Since calling length on linear sequences is O(n), it is an inadvisable way to test length equality.

Inherited from AnyRef

Inherited from Any

Ungrouped