Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function PrefixTreeForEach
import { PrefixTreeForEach } from "https://deno.land/x/masx200_leetcode_test@9.0.1/utils/PrefixTreeForEach.ts";

Parameters

cb: (word: string) => void