Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ slice
Function
slice
src/CollectionImpl.js:262–264 ·
view source on GitHub ↗
(begin, end)
Source
from the content-addressed store, hash-verified
260
},
261
262
slice(begin, end) {
263
return
reify(this, sliceFactory(this, begin, end, true));
264
},
265
266
some(predicate, context) {
267
assertNotInfinite(this.size);
Callers
nothing calls this directly
Calls
2
reify
Function · 0.90
sliceFactory
Function · 0.90
Tested by
no test coverage detected