npm.io
2.23.0 • Published 3 years ago

@jamashita/lluvia-sequence

Licence
MIT
Version
2.23.0
Deps
3
Size
143 kB
Vulns
0
Weekly
0
Stars
2
DeprecatedThis package is deprecated

Lluvia/Sequence

Conventional Commits semantic-release

CI

Interfaces

Sequence

Alias for Array. implements Collection.

Classes

ImmutableSequence

It does not change itself and its containing elements even if the element is going to be added or changed, will return new Sequence with an added element.

MutableSequence

As usual collection, it can add elements in this without creating a new instance.