Skip to main content
Module

x/troodon/interfaces.ts>IResult

🦖 Troodon is a Library for Deno to Handle Algorithms
Latest
interface IResult
import { type IResult } from "https://deno.land/x/troodon@v0.4.1/interfaces.ts";

Properties

error: boolean
length: number
result: Array<number>