method Collection.prototype.lastimport { Collection } from "https://deno.land/x/revoltio@v1.0.0/deps.ts"; last(): V | undefinedObtains the last value(s) in this collection. last(amount: number): V[]Obtains the last value(s) in this collection. ReturnsV | undefinedA single value if no amount is provided or an array of values, starting from the start if amount is negative Parametersamount: numberReturnsV[]