Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ ArraySeq.ts
File
ArraySeq.ts
__tests__/ArraySeq.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'@jest/globals'
;
2
import
{ Seq } from
'immutable'
;
3
4
describe(
'ArraySequence'
, () => {
Callers
nothing calls this directly
Calls
15
Seq
Interface · 0.90
describe
Function · 0.85
it
Function · 0.85
every
Method · 0.80
some
Method · 0.80
reduce
Method · 0.80
join
Method · 0.80
take
Method · 0.80
skip
Method · 0.80
next
Method · 0.80
toArray
Method · 0.65
map
Method · 0.65
Tested by
no test coverage detected