W Wrapl, The Programming Language

Libraries Agg.StringTable

Types

T

A table using Std.String.T as keys. Note that instances of T do not support deletion of entries.

Functions

New()

Methods

:"[]"(_ @ T, _ @ Std.String.T)

:copy(_ @ T)

:insert(_ @ T, _ @ Std.String.T, _)

:keys(table @ T) : ANY

:loop(table @ T, _, _) : ANY

:missing(_ @ T, _ @ Std.String.T, _)

:size(table @ T) : Std.Integer.SmallT

returns the size of table

:values(table @ T) : ANY