SizedLowImplicits

class Object
trait Matchable
class Any
object Sized.type

Implicits

Implicits

implicit def javaCollectionIsSized[T <: Collection[_]]: Sized[T]

any java collection has a size

any java collection has a size

implicit def scalaArrayIsSized[T]: Sized[Array[T]]
implicit def stringIsSized: 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