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

x/froebel/mod.ts>shuffleInPlace

A strictly typed utility library.
Latest
variable shuffleInPlace
import { shuffleInPlace } from "https://deno.land/x/froebel@v0.23.2/mod.ts";

Same as shuffle but shuffles list in place.

type

(list: unknown[]) => void