Packages

final class Sized[+Repr, L <: Nat] extends AnyRef

Wrapper for a collection type witnessing that it has the statically specified length. Can be applied to any type which can be viewed as a GenTraversableLike, ie. standard collections, Arrays, Strings etc.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sized
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    Sized → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    Sized → AnyRef → Any
  3. def toString(): String
    Definition Classes
    Sized → AnyRef → Any
  4. val unsized: Repr