Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,13 @@ COMPLEX64_NAN,"@stdlib/constants/complex64/nan"
COMPLEX64_NUM_BYTES,"@stdlib/constants/complex64/num-bytes"
COMPLEX64_ZERO,"@stdlib/constants/complex64/zero"
Complex64Array,"@stdlib/array/complex64"
Complex64Vector,"@stdlib/ndarray/vector/complex64"
Complex128,"@stdlib/complex/float64/ctor"
COMPLEX128_NAN,"@stdlib/constants/complex128/nan"
COMPLEX128_NUM_BYTES,"@stdlib/constants/complex128/num-bytes"
COMPLEX128_ZERO,"@stdlib/constants/complex128/zero"
Complex128Array,"@stdlib/array/complex128"
Complex128Vector,"@stdlib/ndarray/vector/complex128"
complexarray,"@stdlib/array/typed-complex"
complexarrayCtors,"@stdlib/array/typed-complex-ctors"
complexarrayDataTypes,"@stdlib/array/typed-complex-dtypes"
Expand Down Expand Up @@ -1716,6 +1718,7 @@ FLOAT32_TWO_PI,"@stdlib/constants/float32/two-pi"
Float32Array,"@stdlib/array/float32"
Float32ArrayFE,"@stdlib/array/fixed-endian-float32"
Float32ArrayLE,"@stdlib/array/little-endian-float32"
Float32Vector,"@stdlib/ndarray/vector/float32"
FLOAT64_EXPONENT_BIAS,"@stdlib/constants/float64/exponent-bias"
FLOAT64_HIGH_WORD_ABS_MASK,"@stdlib/constants/float64/high-word-abs-mask"
FLOAT64_HIGH_WORD_EXPONENT_MASK,"@stdlib/constants/float64/high-word-exponent-mask"
Expand Down Expand Up @@ -3136,6 +3139,7 @@ US_STATES_NAMES,"@stdlib/datasets/us-states-names"
US_STATES_NAMES_CAPITALS,"@stdlib/datasets/us-states-names-capitals"
utf16ToUTF8Array,"@stdlib/string/utf16-to-utf8-array"
vartest,"@stdlib/stats/vartest"
vector,"@stdlib/ndarray/vector/ctor"
waterfall,"@stdlib/utils/async/series-waterfall"
WebAssemblyMemory,"@stdlib/wasm/memory"
whileAsync,"@stdlib/utils/async/while"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,13 @@ COMPLEX64_NAN,"COMPLEX128_NAN"
COMPLEX64_NUM_BYTES,"COMPLEX128_NUM_BYTES,FLOAT32_NUM_BYTES"
COMPLEX64_ZERO,"COMPLEX128_ZERO"
Complex64Array,"Complex128Array,complex,Complex64"
Complex64Vector,"Float64Vector,Float32Vector,Complex128Vector,vector,ndarray"
Complex128,"complex,Complex64"
COMPLEX128_NAN,"COMPLEX64_NAN"
COMPLEX128_NUM_BYTES,"COMPLEX64_NUM_BYTES,FLOAT64_NUM_BYTES"
COMPLEX128_ZERO,"COMPLEX64_ZERO"
Complex128Array,"Complex64Array,complex,Complex128"
Complex128Vector,"Float64Vector,Float32Vector,Complex64Vector,vector,ndarray"
complexarray,"typedarray,realarray"
complexarrayCtors,"arrayCtors,typedarrayCtors,realarrayCtors"
complexarrayDataTypes,"arrayDataTypes,typedarrayDataTypes,realarrayDataTypes,ndarrayDataTypes"
Expand Down Expand Up @@ -1716,6 +1718,7 @@ FLOAT32_TWO_PI,"FLOAT32_FOURTH_PI,FLOAT32_HALF_PI,FLOAT32_PI"
Float32Array,"ArrayBuffer,Float64Array,Int16Array,Int32Array,Int8Array,Uint16Array,Uint32Array,Uint8Array,Uint8ClampedArray"
Float32ArrayFE,"Float64ArrayFE,Float32Array"
Float32ArrayLE,"Float32ArrayFE,Float32Array,Float64ArrayLE"
Float32Vector,"Float64Vector,Complex128Vector,Complex64Vector,vector,ndarray"
FLOAT64_EXPONENT_BIAS,"FLOAT16_EXPONENT_BIAS,FLOAT32_EXPONENT_BIAS"
FLOAT64_HIGH_WORD_ABS_MASK,"FLOAT64_HIGH_WORD_SIGN_MASK,FLOAT64_HIGH_WORD_EXPONENT_MASK,FLOAT64_HIGH_WORD_SIGNIFICAND_MASK"
FLOAT64_HIGH_WORD_EXPONENT_MASK,"FLOAT64_HIGH_WORD_SIGNIFICAND_MASK,FLOAT64_HIGH_WORD_SIGN_MASK,FLOAT64_HIGH_WORD_ABS_MASK"
Expand Down Expand Up @@ -1745,7 +1748,7 @@ FLOAT64_SMALLEST_SUBNORMAL,"FLOAT32_SMALLEST_SUBNORMAL,FLOAT64_SMALLEST_NORMAL"
Float64Array,"ArrayBuffer,Float32Array,Int16Array,Int32Array,Int8Array,Uint16Array,Uint32Array,Uint8Array,Uint8ClampedArray"
Float64ArrayFE,"Float32ArrayFE,Float64Array"
Float64ArrayLE,"Float64ArrayFE,Float64Array,Float32ArrayLE"
Float64Vector,"ndarray"
Float64Vector,"Float32Vector,Complex128Vector,Complex64Vector,vector,ndarray"
forEach,"forEachAsync,forEachRight"
forEachAsync,"forEach,forEachRightAsync"
forEachChar,"forEach"
Expand Down Expand Up @@ -3136,6 +3139,7 @@ US_STATES_NAMES,"US_STATES_ABBR,US_STATES_CAPITALS,US_STATES_CAPITALS_NAMES,US_S
US_STATES_NAMES_CAPITALS,"US_STATES_CAPITALS,US_STATES_NAMES,US_STATES_NAMES_CAPITALS"
utf16ToUTF8Array,""
vartest,"bartlettTest"
vector,"Float64Vector,Float32Vector,Complex128Vector,Complex64Vector,ndarray"
waterfall,""
WebAssemblyMemory,""
whileAsync,"doUntilAsync,doWhileAsync,untilAsync,whilst"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,13 @@ COMPLEX64_NAN,"@stdlib/constants-complex64-nan"
COMPLEX64_NUM_BYTES,"@stdlib/constants-complex64-num-bytes"
COMPLEX64_ZERO,"@stdlib/constants-complex64-zero"
Complex64Array,"@stdlib/array-complex64"
Complex64Vector,"@stdlib/ndarray-vector-complex64"
Complex128,"@stdlib/complex-float64-ctor"
COMPLEX128_NAN,"@stdlib/constants-complex128-nan"
COMPLEX128_NUM_BYTES,"@stdlib/constants-complex128-num-bytes"
COMPLEX128_ZERO,"@stdlib/constants-complex128-zero"
Complex128Array,"@stdlib/array-complex128"
Complex128Vector,"@stdlib/ndarray-vector-complex128"
complexarray,"@stdlib/array-typed-complex"
complexarrayCtors,"@stdlib/array-typed-complex-ctors"
complexarrayDataTypes,"@stdlib/array-typed-complex-dtypes"
Expand Down Expand Up @@ -1716,6 +1718,7 @@ FLOAT32_TWO_PI,"@stdlib/constants-float32-two-pi"
Float32Array,"@stdlib/array-float32"
Float32ArrayFE,"@stdlib/array-fixed-endian-float32"
Float32ArrayLE,"@stdlib/array-little-endian-float32"
Float32Vector,"@stdlib/ndarray-vector-float32"
FLOAT64_EXPONENT_BIAS,"@stdlib/constants-float64-exponent-bias"
FLOAT64_HIGH_WORD_ABS_MASK,"@stdlib/constants-float64-high-word-abs-mask"
FLOAT64_HIGH_WORD_EXPONENT_MASK,"@stdlib/constants-float64-high-word-exponent-mask"
Expand Down Expand Up @@ -3136,6 +3139,7 @@ US_STATES_NAMES,"@stdlib/datasets-us-states-names"
US_STATES_NAMES_CAPITALS,"@stdlib/datasets-us-states-names-capitals"
utf16ToUTF8Array,"@stdlib/string-utf16-to-utf8-array"
vartest,"@stdlib/stats-vartest"
vector,"@stdlib/ndarray-vector-ctor"
waterfall,"@stdlib/utils-async-series-waterfall"
WebAssemblyMemory,"@stdlib/wasm-memory"
whileAsync,"@stdlib/utils-async-while"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/namespace/aliases/data/data.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions lib/node_modules/@stdlib/namespace/aliases/data/data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,13 @@ COMPLEX64_NAN
COMPLEX64_NUM_BYTES
COMPLEX64_ZERO
Complex64Array
Complex64Vector
Complex128
COMPLEX128_NAN
COMPLEX128_NUM_BYTES
COMPLEX128_ZERO
Complex128Array
Complex128Vector
complexarray
complexarrayCtors
complexarrayDataTypes
Expand Down Expand Up @@ -1716,6 +1718,7 @@ FLOAT32_TWO_PI
Float32Array
Float32ArrayFE
Float32ArrayLE
Float32Vector
FLOAT64_EXPONENT_BIAS
FLOAT64_HIGH_WORD_ABS_MASK
FLOAT64_HIGH_WORD_EXPONENT_MASK
Expand Down Expand Up @@ -3136,6 +3139,7 @@ US_STATES_NAMES
US_STATES_NAMES_CAPITALS
utf16ToUTF8Array
vartest
vector
waterfall
WebAssemblyMemory
whileAsync
Expand Down
4 changes: 4 additions & 0 deletions lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,13 @@
"@stdlib/constants/complex64/num-bytes",COMPLEX64_NUM_BYTES
"@stdlib/constants/complex64/zero",COMPLEX64_ZERO
"@stdlib/array/complex64",Complex64Array
"@stdlib/ndarray/vector/complex64",Complex64Vector
"@stdlib/complex/float64/ctor",Complex128
"@stdlib/constants/complex128/nan",COMPLEX128_NAN
"@stdlib/constants/complex128/num-bytes",COMPLEX128_NUM_BYTES
"@stdlib/constants/complex128/zero",COMPLEX128_ZERO
"@stdlib/array/complex128",Complex128Array
"@stdlib/ndarray/vector/complex128",Complex128Vector
"@stdlib/array/typed-complex",complexarray
"@stdlib/array/typed-complex-ctors",complexarrayCtors
"@stdlib/array/typed-complex-dtypes",complexarrayDataTypes
Expand Down Expand Up @@ -1716,6 +1718,7 @@
"@stdlib/array/float32",Float32Array
"@stdlib/array/fixed-endian-float32",Float32ArrayFE
"@stdlib/array/little-endian-float32",Float32ArrayLE
"@stdlib/ndarray/vector/float32",Float32Vector
"@stdlib/constants/float64/exponent-bias",FLOAT64_EXPONENT_BIAS
"@stdlib/constants/float64/high-word-abs-mask",FLOAT64_HIGH_WORD_ABS_MASK
"@stdlib/constants/float64/high-word-exponent-mask",FLOAT64_HIGH_WORD_EXPONENT_MASK
Expand Down Expand Up @@ -3136,6 +3139,7 @@
"@stdlib/datasets/us-states-names-capitals",US_STATES_NAMES_CAPITALS
"@stdlib/string/utf16-to-utf8-array",utf16ToUTF8Array
"@stdlib/stats/vartest",vartest
"@stdlib/ndarray/vector/ctor",vector
"@stdlib/utils/async/series-waterfall",waterfall
"@stdlib/wasm/memory",WebAssemblyMemory
"@stdlib/utils/async/while",whileAsync
Expand Down

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion lib/node_modules/@stdlib/namespace/pkg2related/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,13 @@
"@stdlib/constants/complex64/num-bytes","@stdlib/constants/complex128/num-bytes,@stdlib/constants/float32/num-bytes"
"@stdlib/constants/complex64/zero","@stdlib/constants/complex128/zero"
"@stdlib/array/complex64","@stdlib/array/complex128,@stdlib/complex/cmplx,@stdlib/complex/float32/ctor"
"@stdlib/ndarray/vector/complex64","@stdlib/ndarray/vector/float64,@stdlib/ndarray/vector/float32,@stdlib/ndarray/vector/complex128,@stdlib/ndarray/vector/ctor,@stdlib/ndarray/ctor"
"@stdlib/complex/float64/ctor","@stdlib/complex/cmplx,@stdlib/complex/float32/ctor"
"@stdlib/constants/complex128/nan","@stdlib/constants/complex64/nan"
"@stdlib/constants/complex128/num-bytes","@stdlib/constants/complex64/num-bytes,@stdlib/constants/float64/num-bytes"
"@stdlib/constants/complex128/zero","@stdlib/constants/complex64/zero"
"@stdlib/array/complex128","@stdlib/array/complex64,@stdlib/complex/cmplx,@stdlib/complex/float64/ctor"
"@stdlib/ndarray/vector/complex128","@stdlib/ndarray/vector/float64,@stdlib/ndarray/vector/float32,@stdlib/ndarray/vector/complex64,@stdlib/ndarray/vector/ctor,@stdlib/ndarray/ctor"
"@stdlib/array/typed-complex","@stdlib/array/typed,@stdlib/array/typed-real"
"@stdlib/array/typed-complex-ctors","@stdlib/array/ctors,@stdlib/array/typed-ctors,@stdlib/array/typed-real-ctors"
"@stdlib/array/typed-complex-dtypes","@stdlib/array/dtypes,@stdlib/array/typed-dtypes,@stdlib/array/typed-real-dtypes,@stdlib/ndarray/dtypes"
Expand Down Expand Up @@ -1716,6 +1718,7 @@
"@stdlib/array/float32","@stdlib/array/buffer,@stdlib/array/float64,@stdlib/array/int16,@stdlib/array/int32,@stdlib/array/int8,@stdlib/array/uint16,@stdlib/array/uint32,@stdlib/array/uint8,@stdlib/array/uint8c"
"@stdlib/array/fixed-endian-float32","@stdlib/array/fixed-endian-float64,@stdlib/array/float32"
"@stdlib/array/little-endian-float32","@stdlib/array/fixed-endian-float32,@stdlib/array/float32,@stdlib/array/little-endian-float64"
"@stdlib/ndarray/vector/float32","@stdlib/ndarray/vector/float64,@stdlib/ndarray/vector/complex128,@stdlib/ndarray/vector/complex64,@stdlib/ndarray/vector/ctor,@stdlib/ndarray/ctor"
"@stdlib/constants/float64/exponent-bias","@stdlib/constants/float16/exponent-bias,@stdlib/constants/float32/exponent-bias"
"@stdlib/constants/float64/high-word-abs-mask","@stdlib/constants/float64/high-word-sign-mask,@stdlib/constants/float64/high-word-exponent-mask,@stdlib/constants/float64/high-word-significand-mask"
"@stdlib/constants/float64/high-word-exponent-mask","@stdlib/constants/float64/high-word-significand-mask,@stdlib/constants/float64/high-word-sign-mask,@stdlib/constants/float64/high-word-abs-mask"
Expand Down Expand Up @@ -1745,7 +1748,7 @@
"@stdlib/array/float64","@stdlib/array/buffer,@stdlib/array/float32,@stdlib/array/int16,@stdlib/array/int32,@stdlib/array/int8,@stdlib/array/uint16,@stdlib/array/uint32,@stdlib/array/uint8,@stdlib/array/uint8c"
"@stdlib/array/fixed-endian-float64","@stdlib/array/fixed-endian-float32,@stdlib/array/float64"
"@stdlib/array/little-endian-float64","@stdlib/array/fixed-endian-float64,@stdlib/array/float64,@stdlib/array/little-endian-float32"
"@stdlib/ndarray/vector/float64","@stdlib/ndarray/ctor"
"@stdlib/ndarray/vector/float64","@stdlib/ndarray/vector/float32,@stdlib/ndarray/vector/complex128,@stdlib/ndarray/vector/complex64,@stdlib/ndarray/vector/ctor,@stdlib/ndarray/ctor"
"@stdlib/utils/for-each","@stdlib/utils/async/for-each,@stdlib/utils/for-each-right"
"@stdlib/utils/async/for-each","@stdlib/utils/for-each,@stdlib/utils/async/for-each-right"
"@stdlib/string/for-each","@stdlib/utils/for-each"
Expand Down Expand Up @@ -3136,6 +3139,7 @@
"@stdlib/datasets/us-states-names-capitals","@stdlib/datasets/us-states-capitals,@stdlib/datasets/us-states-names,@stdlib/datasets/us-states-names-capitals"
"@stdlib/string/utf16-to-utf8-array",""
"@stdlib/stats/vartest","@stdlib/stats/bartlett-test"
"@stdlib/ndarray/vector/ctor","@stdlib/ndarray/vector/float64,@stdlib/ndarray/vector/float32,@stdlib/ndarray/vector/complex128,@stdlib/ndarray/vector/complex64,@stdlib/ndarray/ctor"
"@stdlib/utils/async/series-waterfall",""
"@stdlib/wasm/memory",""
"@stdlib/utils/async/while","@stdlib/utils/async/do-until,@stdlib/utils/async/do-while,@stdlib/utils/async/until,@stdlib/utils/while"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,13 @@
"@stdlib/constants/complex64/num-bytes","@stdlib/constants-complex64-num-bytes"
"@stdlib/constants/complex64/zero","@stdlib/constants-complex64-zero"
"@stdlib/array/complex64","@stdlib/array-complex64"
"@stdlib/ndarray/vector/complex64","@stdlib/ndarray-vector-complex64"
"@stdlib/complex/float64/ctor","@stdlib/complex-float64-ctor"
"@stdlib/constants/complex128/nan","@stdlib/constants-complex128-nan"
"@stdlib/constants/complex128/num-bytes","@stdlib/constants-complex128-num-bytes"
"@stdlib/constants/complex128/zero","@stdlib/constants-complex128-zero"
"@stdlib/array/complex128","@stdlib/array-complex128"
"@stdlib/ndarray/vector/complex128","@stdlib/ndarray-vector-complex128"
"@stdlib/array/typed-complex","@stdlib/array-typed-complex"
"@stdlib/array/typed-complex-ctors","@stdlib/array-typed-complex-ctors"
"@stdlib/array/typed-complex-dtypes","@stdlib/array-typed-complex-dtypes"
Expand Down Expand Up @@ -1716,6 +1718,7 @@
"@stdlib/array/float32","@stdlib/array-float32"
"@stdlib/array/fixed-endian-float32","@stdlib/array-fixed-endian-float32"
"@stdlib/array/little-endian-float32","@stdlib/array-little-endian-float32"
"@stdlib/ndarray/vector/float32","@stdlib/ndarray-vector-float32"
"@stdlib/constants/float64/exponent-bias","@stdlib/constants-float64-exponent-bias"
"@stdlib/constants/float64/high-word-abs-mask","@stdlib/constants-float64-high-word-abs-mask"
"@stdlib/constants/float64/high-word-exponent-mask","@stdlib/constants-float64-high-word-exponent-mask"
Expand Down Expand Up @@ -3136,6 +3139,7 @@
"@stdlib/datasets/us-states-names-capitals","@stdlib/datasets-us-states-names-capitals"
"@stdlib/string/utf16-to-utf8-array","@stdlib/string-utf16-to-utf8-array"
"@stdlib/stats/vartest","@stdlib/stats-vartest"
"@stdlib/ndarray/vector/ctor","@stdlib/ndarray-vector-ctor"
"@stdlib/utils/async/series-waterfall","@stdlib/utils-async-series-waterfall"
"@stdlib/wasm/memory","@stdlib/wasm-memory"
"@stdlib/utils/async/while","@stdlib/utils-async-while"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,13 @@
"@stdlib/constants-complex64-num-bytes","@stdlib/constants/complex64/num-bytes"
"@stdlib/constants-complex64-zero","@stdlib/constants/complex64/zero"
"@stdlib/array-complex64","@stdlib/array/complex64"
"@stdlib/ndarray-vector-complex64","@stdlib/ndarray/vector/complex64"
"@stdlib/complex-float64-ctor","@stdlib/complex/float64/ctor"
"@stdlib/constants-complex128-nan","@stdlib/constants/complex128/nan"
"@stdlib/constants-complex128-num-bytes","@stdlib/constants/complex128/num-bytes"
"@stdlib/constants-complex128-zero","@stdlib/constants/complex128/zero"
"@stdlib/array-complex128","@stdlib/array/complex128"
"@stdlib/ndarray-vector-complex128","@stdlib/ndarray/vector/complex128"
"@stdlib/array-typed-complex","@stdlib/array/typed-complex"
"@stdlib/array-typed-complex-ctors","@stdlib/array/typed-complex-ctors"
"@stdlib/array-typed-complex-dtypes","@stdlib/array/typed-complex-dtypes"
Expand Down Expand Up @@ -1716,6 +1718,7 @@
"@stdlib/array-float32","@stdlib/array/float32"
"@stdlib/array-fixed-endian-float32","@stdlib/array/fixed-endian-float32"
"@stdlib/array-little-endian-float32","@stdlib/array/little-endian-float32"
"@stdlib/ndarray-vector-float32","@stdlib/ndarray/vector/float32"
"@stdlib/constants-float64-exponent-bias","@stdlib/constants/float64/exponent-bias"
"@stdlib/constants-float64-high-word-abs-mask","@stdlib/constants/float64/high-word-abs-mask"
"@stdlib/constants-float64-high-word-exponent-mask","@stdlib/constants/float64/high-word-exponent-mask"
Expand Down Expand Up @@ -3136,6 +3139,7 @@
"@stdlib/datasets-us-states-names-capitals","@stdlib/datasets/us-states-names-capitals"
"@stdlib/string-utf16-to-utf8-array","@stdlib/string/utf16-to-utf8-array"
"@stdlib/stats-vartest","@stdlib/stats/vartest"
"@stdlib/ndarray-vector-ctor","@stdlib/ndarray/vector/ctor"
"@stdlib/utils-async-series-waterfall","@stdlib/utils/async/series-waterfall"
"@stdlib/wasm-memory","@stdlib/wasm/memory"
"@stdlib/utils-async-while","@stdlib/utils/async/while"
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/repl/code-blocks/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3075,6 +3075,7 @@ Float64Array.prototype.subarray,"var arr1 = new Float64Array( [ 1.0, -1.0, 0.0,
Float64Array.prototype.toLocaleString,"var arr = new Float64Array( [ 1.0, -1.0, 0.0 ] );\narr.toLocaleString()\n"
Float64Array.prototype.toString,"var arr = new Float64Array( [ 1.0, -1.0, 0.0 ] );\narr.toString()\n"
Float64Array.prototype.values,"var arr = new Float64Array( [ 1.0, -1.0 ] );\nit = arr.values();\nit.next().value\nit.next().value\nit.next().done\n"
Float64Vector,"var arr = Float64Vector()\nvar arr = Float64Vector( 5 )\nvar len = numel( arr )\nvar v = [ 1.0, 2.0, 3.0 ];\nvar arr = Float64Vector( v )\nvar len = numel( arr )\nvar buf = new ArrayBuffer( 32 );\nvar arr = Float64Vector( buf, 0, 2 )\nvar len = numel( arr )\n"
forEach,"function logger( v, i ) { console.log( '%s: %d', i, v ); };\nvar arr = [ 1, 2, 3, 4 ];\nforEach( arr, logger )\n"
forEachAsync,"function onDuration( value, next ) {\n setTimeout( onTimeout, value );\n function onTimeout() {\n console.log( value );\n next();\n }\n };\nfunction done( error ) {\n if ( error ) {\n throw error;\n }\n console.log( 'Done.' );\n };\nvar arr = [ 3000, 2500, 1000 ];\nforEachAsync( arr, onDuration, done )\nfunction onDuration( value, next ) {\n setTimeout( onTimeout, value );\n function onTimeout() {\n console.log( value );\n next();\n }\n };\nfunction done( error ) {\n if ( error ) {\n throw error;\n }\n console.log( 'Done.' );\n };\nvar opts = { 'limit': 2 };\nvar arr = [ 3000, 2500, 1000 ];\nforEachAsync( arr, opts, onDuration, done )\nfunction onDuration( value, next ) {\n setTimeout( onTimeout, value );\n function onTimeout() {\n console.log( value );\n next();\n }\n };\nfunction done( error ) {\n if ( error ) {\n throw error;\n }\n console.log( 'Done.' );\n };\nvar opts = { 'series': true };\nvar arr = [ 3000, 2500, 1000 ];\nforEachAsync( arr, opts, onDuration, done )\n"
forEachAsync.factory,"function onDuration( value, next ) {\n setTimeout( onTimeout, value );\n function onTimeout() {\n console.log( value );\n next();\n }\n };\nvar opts = { 'series': true };\nvar f = forEachAsync.factory( opts, onDuration );\nfunction done( error ) {\n if ( error ) {\n throw error;\n }\n console.log( 'Done.' );\n };\nvar arr = [ 3000, 2500, 1000 ];\nf( arr, done )\narr = [ 2000, 1500, 1000 ];\nf( arr, done )\n"
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/code-blocks/data/data.json

Large diffs are not rendered by default.

Loading