Skip to main content
Module

x/froebel/shuffle.ts>shuffleInPlace

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

Same as shuffle but shuffles list in place.

type

(list: unknown[]) => void