Get the last item in a list
This example shows how to get the last item in a list. Keep in mind that it is more effecient to get the head of a list than the last item when processing lists.
Documentation: List.last/1
This example shows how to get the last item in a list. Keep in mind that it is more effecient to get the head of a list than the last item when processing lists.
Documentation: List.last/1