Sized

object Sized extends SizedLowPriority1
Companion
class
class Object
trait Matchable
class Any

Givens

Givens

given Sized_I[I <: Iterable[_]]: Sized[I]

any scala collection has a size

any scala collection has a size

Inherited givens

given Sized_Array[T]: Sized[Array[T]]

any scala array has a size

any scala array has a size

Inherited from
SizedLowPriority1
given Sized_T[T <: Collection[_]]: Sized[T]

any java collection has a size

any java collection has a size

Inherited from
SizedLowPriority1
given given_Sized_String: 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