toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.linkedList
/
LinkedList
/
removeLast
remove
Last
fun
removeLast
(
)
:
T
?
Remove the last element of the list Time complexity O(n)
Return
T? the value of the removed element