vartypes
Data type library
A C++ library that provides a flexible and extensible data type system for representing and manipulating variable-length data values.
Automatically exported from code.google.com/p/vartypes
16 stars
1 watching
9 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
suzannesoy/phc-adt | A library providing support for algebraic data types in Racket, useful for compiler implementation and custom data structures. | 2 |
evilsoft/crocks | A collection of well-known Algebraic Data Types and their associated helper functions for functional programming in JavaScript. | 1,592 |
pqwy/tpf | A minimalist library for writing datatype-generic functions in OCaml without runtime dependencies or meta-programming. | 23 |
manu343726/ctti | A library providing compile-time type information and introspection capabilities for C++ | 573 |
typelevel/simulacrum | A library that simplifies the use of type classes in Scala | 936 |
lysxia/first-class-families | A library providing a foundation for type-level functions and compositions in Haskell | 86 |
gcanti/monocle-ts | A TypeScript implementation of a functional programming approach to working with nested data structures | 1,044 |
mknejp/dotvariant | A type-safe sum type library for C# that enables the creation of compact variants with compile-time checked constraints and generated interfaces. | 70 |
pa-ba/compdata | A Haskell library for creating and manipulating compositional data types in a modular and flexible way | 89 |
typelevel/skunk | A data access library for building Scala applications that interact with Postgres databases. | 1,588 |
ebassi/graphene | A thin layer of types and data structures for 3D transformations and graphics libraries | 376 |
basarat/typescript-collections | A comprehensive TypeScript library implementing various data structures and utility functions. | 1,212 |
csswizardry/typecsset | A library that provides a simple way to set type (font sizes and line heights) across multiple HTML elements with automated baseline grids | 713 |
microsoft/tslib | A runtime library for TypeScript helpers to improve code efficiency and reduce file sizes. | 1,259 |
stylewarning/cl-algebraic-data-type | A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. | 136 |