@bodil/core
System
Light
Dark
Search…
Preparing search index...
collections
ListNode
Interface ListNode
Interface for nodes in a
LinkedList
.
interface
ListNode
{
next
?:
ListNode
;
prev
?:
ListNode
;
}
Properties
Optional
next
next
?:
ListNode
Optional
prev
prev
?:
ListNode
Properties
next
prev
@bodil/core - v0.5.6
Loading...
Interface for nodes in a LinkedList.