Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/packages/utilities/mod.ts>useSplit

Powerful machine learning, accelerated by WebGPU
Go to Latest
function useSplit
import { useSplit } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/mod.ts";

Split arrays by their first axis

Parameters

optional
options: SplitOptions = [UNSUPPORTED]
...arr: T

Returns

[arr, arr]