Math3D Full Project API
    Preparing search index...
    • Type Parameters

      • T extends { id: string }

      Parameters

      • entries: T[]

      Returns { byId: Map<string, T>; get: (id?: string | null) => T | undefined; list: T[] }