Skip to content

Commit bdb7cab

Browse files
stdlib-botkgryte
andauthored
docs: update REPL namespace documentation
PR-URL: #2491 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent ccaf9fe commit bdb7cab

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

lib/node_modules/@stdlib/repl/code-blocks/data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5189,8 +5189,8 @@ typedarrayDataTypes,"var out = typedarrayDataTypes()\n"
51895189
typedarraypool,"var arr = typedarraypool()\narr = typedarraypool( 'float32' )\nvar arr = typedarraypool( 5 )\narr = typedarraypool( 5, 'int32' )\nvar arr1 = typedarraypool( [ 0.5, 0.5, 0.5 ] );\nvar arr2 = typedarraypool( arr1, 'float32' )\nvar arr1 = [ 0.5, 0.5, 0.5 ];\nvar arr2 = typedarraypool( arr1, 'float32' )\n"
51905190
typedarraypool.malloc,"var arr = typedarraypool.malloc()\narr = typedarraypool.malloc( 'float32' )\nvar arr = typedarraypool.malloc( 5 )\narr = typedarraypool.malloc( 5, 'int32' )\nvar arr1 = typedarraypool.malloc( [ 0.5, 0.5, 0.5 ] );\nvar arr2 = typedarraypool.malloc( arr1, 'float32' )\nvar arr1 = [ 0.5, 0.5, 0.5 ];\nvar arr2 = typedarraypool.malloc( arr1, 'float32' )\n"
51915191
typedarraypool.calloc,"var arr = typedarraypool.calloc()\narr = typedarraypool.calloc( 'float32' )\nvar arr = typedarraypool.calloc( 5 )\narr = typedarraypool.calloc( 5, 'int32' )\n"
5192-
typedarraypool.free,"var arr = typedarraypool( 5 )\ntypedarraypool.free( arr )\n"
5193-
typedarraypool.clear,"var arr = typedarraypool( 5 )\ntypedarraypool.free( arr );\ntypedarraypool.clear()\n"
5192+
typedarraypool.free,"var arr = typedarraypool( 5 )\ntypedarraypool.free( arr );\n"
5193+
typedarraypool.clear,"var arr = typedarraypool( 5 )\ntypedarraypool.free( arr );\ntypedarraypool.clear();\n"
51945194
typedarraypool.highWaterMark,"typedarraypool.highWaterMark\n"
51955195
typedarraypool.nbytes,"var arr = typedarraypool( 5 )\ntypedarraypool.nbytes\n"
51965196
typedarraypool.factory,"var pool = typedarraypool.factory();\nvar arr1 = pool( 3, 'float64' )\n"

lib/node_modules/@stdlib/repl/code-blocks/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)