ValueMapper (open)

A dictionary/map to look up values by key

Syntax

LOADLIB "wh::util/algorithms.whlib";

OBJECTTYPE ValueMapper

Constructor

Properties

  • PROPERTY casesensitive

    Whether lookups are case sensitive. Default is case insensitive. Explicitly setting to false for non-strings is an error.

Functions