import { Collection } from "https://deno.land/x/revoltio@v1.0.0/deps.ts";
Checks if there exists an item that passes a test. Identical in behavior to Array.some().
Examples
collection.some(user => user.discriminator === '0000');
collection.some(user => user.discriminator === '0000');