Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/easyts/mod.ts>Slice#copy

js library written with ts, use select and chan like golang in js.
Latest
method Slice.prototype.copy
import { Slice } from "https://deno.land/x/easyts@0.1.2/mod.ts";

Copy data from src to current slice

Parameters

src: Iterable<T>

Returns

number

How much data was copied