SizedLowPriority1

class Object
trait Matchable
class Any
object Sized

Givens

Givens

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

any scala array has a size

any scala array has a size

given Sized_T[T <: Collection[_]]: Sized[T]

any java collection has a size

any java collection has a size

Inherited givens

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