Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

struct

import { struct } from "https://raw.githubusercontent.com/baetheus/fun/main/showable.ts";
function struct<A>(shows: [K in keyof A]: Showable<A[K]>): Showable<readonly [K in keyof A]: A[K]>;
§
struct<A>(shows: [K in keyof A]: Showable<A[K]>): Showable<readonly [K in keyof A]: A[K]>
[src]

§Type Parameters

§Parameters

§
shows: [K in keyof A]: Showable<A[K]>
[src]

§Return Type

§
Showable<readonly [K in keyof A]: A[K]>
[src]