given_Sized_String

object given_Sized_String extends Sized[String]

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

trait Sized[String]
class Object
trait Matchable
class Any

Value members

Concrete methods

def size(t: String): Int

Inherited methods

def length(t: String): Int

alias for size

alias for size

Inherited from:
Sized