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,
Array
s, String
s etc.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sized
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All