Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/easyts/slice.ts>Slice#set

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

Sets the element at index i in the slice to val

Parameters

i: number
val: T