Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 411 Bytes

Typescript data structures

A package containing data structures built in typescript.

Data structures

Structural set

A set which has the quality of treating objects and arrays with the same content as a identical entry.

Structural map

A map which has the quality of treating objects and arrays with the same content as a identical entry.