Skip to main content
Module

x/collections/mod.ts>Vector#toLocaleString

Collection data structures that are not standard built-in objects in JavaScript. This includes a vector (double-ended queue), binary heap (priority queue), binary search tree, and a red black tree.
Very Popular
Latest
method Vector.prototype.toLocaleString
import { Vector } from "https://deno.land/x/collections@0.12.1/mod.ts";

Creates and returns a new string concatenating all of the values in the Vector, converted to strings using their toLocaleString methods and separated by a locale-specific string.

Returns

string