dbliss
0
Q:

f# get last element of list

var lastItem = integerList.Last();
9
string[] str = new string[] {"Java","HTML","jQuery"};
Console.WriteLine("Last element: "+str[str.Length - 1])
5
Seq.last lst
0

New to Communities?

Join the community