UNPKG
@foxkit/list
Version:
latest (2.1.0)
2.1.0
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0
Doubly-linked List class
github.com/foxkit-js/list
foxkit-js/list
@foxkit/list
/
docs
/
properties.md
14 lines
(7 loc)
•
130 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
List Properties
#
# `head`
First value of the List
#
# `tail`
Last value of the List
#
# `length`
Current length of the List