Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IExhaustableArray
import { type IExhaustableArray } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";

Methods

getRandomValue(): T
getFirstValue(): T
hasValues(): boolean