Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ reverse
Function
reverse
src/CollectionImpl.js:258–260 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
},
257
258
reverse() {
259
return
reify(this, reverseFactory(this, true));
260
},
261
262
slice(begin, end) {
263
return
reify(this, sliceFactory(this, begin, end, true));
Callers
nothing calls this directly
Calls
2
reify
Function · 0.90
reverseFactory
Function · 0.90
Tested by
no test coverage detected