TypeScript with some extras for type-checking.
Plugin for @hookstate/core to enable state values comparison.
A splay tree typescript library
Java dictionary for cspell.
A utility for generating monotonically increasing unique event ids across a network of services.
api to extract structured type information from typescript types and jsdoc comments
Ultra Mega Enumerator is a lightweight library designed to enumerate various combinatorial objects.
A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gain map
The Sodium cryptographic library compiled to pure JavaScript (raw library, no wrappers)
Map `visit` over an array of objects.
The Sodium cryptographic library compiled to pure JavaScript (wrappers)
Interval search tree with TypeScript support
Generate a series of tuples in lexicographical order
Java dictionary for cspell.
The Sodium cryptographic library compiled to pure JavaScript (raw library, no wrappers, sumo variant)
```typescript const enumerator: Enum;
Interfaces for ordering, equality, hashing, type conversions, functional maps, interpolators, scales, iterators, builders, key-value maps, caches, and assertions
Dead simple, dependency-less, spec-compliant server-sent events implementation written in TypeScript.
The Sodium cryptographic library compiled to pure JavaScript (wrappers, sumo variant)
Fast client-side asset builder
read, write, and compare binary types
Full Excel style number formatting
Robust, typed, RabbitMQ (0-9-1) client library
`IEnumerator` has members `current` and `moveNext`.
Makes Enumerators Comparables
Helps manage cloud-based server instances by enumerating, comparing and diff'ing application configurations
Se añade el comparador <=> y == a la clase Diet para poder comparar objetos de esta clase, y se define each en la clase de lista doblemente enlazada List para poder usar métodos de Enumerable.
Borel sets are made of enumerable union and intersection of intervals. Borel performs regular operations on intervals of any Comparable class.
A Minitest assertion & expectation to compare two collections, such as enumerations or arrays, in any order, and with output that shows the difference
Creación de un menú dietético por medio de listas enlazadas y doblemente enlazadas y incluidos Comparable y Enumerable y DSL
RubyTree is a Ruby implementation of the generic tree data structure. It provides simple APIs to store named nodes, and to access, modify, and traverse the tree. The data model is node-centric, where nodes in the tree are the primary structural elements. It supports all common tree-traversal methods (pre-order, post-order, and breadth first). RubyTree mixes in the Enumerable and Comparable modules and behaves like a standard Ruby collection (iteration, comparison, etc.). RubyTree also includes a binary tree implementation, which provides in-order node traversal besides the other methods. RubyTree can import from and export to JSON, and supports Ruby’s object marshaling.