Vector type
AshleyYakeley opened this issue · comments
Ashley Yakeley commented
Equivalent to List
but stored more efficiently, storability can be different
type storable Vector +a
subtype Vector a <: List a
subtype List a <: Vector a
- monoid, functions similar to
Text
andByteArray
, as well asList
.