import { Collection } from "https://deno.land/x/revoltio@v1.0.0/deps.ts";
Identical to Array.at(). Returns the item at a given index, allowing for positive and negative integers. Negative integers count back from the last item in the collection.
import { Collection } from "https://deno.land/x/revoltio@v1.0.0/deps.ts";
Identical to Array.at(). Returns the item at a given index, allowing for positive and negative integers. Negative integers count back from the last item in the collection.