Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ unstable_2d_array_test.ts
File
unstable_2d_array_test.ts
data_structures/unstable_2d_array_test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Copyright 2018-2026 the Deno authors. MIT license.
2
import
{ assertEquals, assertThrows } from
"@std/assert"
;
3
import
{ D2Array } from
"./unstable_2d_array.ts"
;
4
Callers
nothing calls this directly
Calls
6
assertEquals
Function · 0.90
assertThrows
Function · 0.90
resize
Method · 0.80
slice
Method · 0.45
insert
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected