ChainSafe / ssz

Typescript implementation of Simple Serialize (SSZ)
https://simpleserialize.com/
Other
50 stars 19 forks source link

Add sliceFrom for ListBasicTreeViewDU #368

Open ensi321 opened 5 months ago

ensi321 commented 5 months ago
          can you add a sliceFrom method for ListBasicTreeViewDU ? Or just make an issue for it?

_Originally posted by @wemeetagain in https://github.com/ChainSafe/ssz/pull/366#discussion_r1572452128_

ensi321 commented 5 months ago

@wemeetagain Is it for the sake of completion? There is no use of sliceFrom for ListBasicTreeViewDU afaik.

wemeetagain commented 5 months ago

Yeah, its for preserving the interface across list types, for the sake of use as a library.