any
Variant data structure
A C++ variant type that allows storing and retrieving different types of data
A simple variant type for C++
11 stars
2 watching
2 forks
Language: C++
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of C++17 std::variant for C++11/14/17 | 674 |
| A type-safe sum type library for C# that enables the creation of compact variants with compile-time checked constraints and generated interfaces. | 70 |
| A Haskell library for creating and manipulating compositional data types in a modular and flexible way | 89 |
| A collection of reusable data structures and streaming algorithms in Common Lisp. | 48 |
| A Rust implementation of persistent data structures with structural sharing | 1,299 |
| A library for working with nested data structures, providing an easy-to-use JSON-friendly hash class and methods for traversing and manipulating it. | 35 |
| A comprehensive C# implementation of standard data structures and algorithms | 5,971 |
| An implementation of the hash-set data structure | 17 |
| A collection of generic, intrusive data structures and algorithms implemented in ANSI C. | 602 |
| Provides implementations and pseudocode of data structures in multiple programming languages. | 1,212 |
| A collection of common data structures and algorithms implemented in C. | 51 |
| A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. | 138 |
| A library providing generalized recursion schemes and traversals for recursive data structures in Scala. | 811 |
| An efficient data structure for fast insertions and queries on sequences of values | 63 |
| C++ implementations of algorithms and data structures | 514 |