I'm surprised I haven't found an answer to this anywhere. I want to fill an int array of 100 with 1..100. Fill is a good method but it doesn't increment the value each turn. Its obvious how to do it with a loop but I want to avoid that due to my maximum value being extremely high. Is there any api method which can do this for me?I'm surprised I haven't found an answer to this