core
/
dev.fritz2.history
js
Package dev.
fritz2.
history
Types
Functions
Types
History
Link copied to clipboard
js
class
History
<
T
>(maxSize:
Int
, initialValue:
List
<
T
>)
Content copied to clipboard
Keeps track of historical values (i.e.
Functions
history
Link copied to clipboard
js
fun <
T
>
history
(maxSize:
Int
= 10, initialValue:
List
<
T
> = emptyList()):
History
<
T
>
Content copied to clipboard
factory-method to create a
History
(i.e.