Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConsCell<T>

Type parameters

  • T

Hierarchy

  • ConsCell

Index

Properties

Properties

next

next: ConsCell<T> | undefined

prev

prev: ConsCell<T> | undefined

value

value: T

Generated using TypeDoc