package dotty.tools

Constructors

Members

package dotty.tools.backend
package dotty.tools.dotc
package dotty.tools.dottydoc
package dotty.tools.io
case class FatalError
final object FatalError
class sharable
class unshared
val ListOfNil : List [ Nil$ ]
final def sameLength ( xs: List [ T ] , ys: List [ T ] ) : Boolean

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.

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.