Symbol

Overview

The Symbol value is used internally for hashing other values, typically object fields for faster lookup.

Fields

.hash

fn -> Number

Gets the associated hash value.

Statics

.from

fn (value: Any) -> Symbol

Creates a Symbol from any given value.

On this page