← Back to index
function Coll

Creates a new collection.

Examples
🔗

Example 1

import { assert } from "std/assert/mod.ts";
import { Coll } from "./collection.ts";

assert(Coll(1, 2, 3) instanceof Collection);
Type Parameters
Parameters
🔗
...args : T[]
Return Type