SizedLowPriority1

class Object
trait Matchable
class Any
object Sized.type

Type members

Inherited classlikes

object given_Sized_String extends Sized[String]

a regular string has a size, without having to be converted to an Traversable

a regular string has a size, without having to be converted to an Traversable

Inherited from:
SizedLowPriority2

Givens

Givens

given given_Sized_Array[T]: given_Sized_Array[T]

any scala array has a size

any scala array has a size

given given_Sized_T[T <: Collection[_]]: given_Sized_T[T]

any java collection has a size

any java collection has a size

Inherited givens

a regular string has a size, without having to be converted to an Traversable

a regular string has a size, without having to be converted to an Traversable

Inherited from:
SizedLowPriority2