Type alias Stack

Stack: {
    id: string;
    n: number;
}

Type declaration

  • id: string
  • n: number

    [0, 1]

Generated using TypeDoc