generic
Here are 517 public repositories matching this topic...
Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
-
Updated
Aug 10, 2020 - Rust
A library of generic intrusive data structures and algorithms in ANSI C
-
Updated
Jan 21, 2018 - C
Type-safe declarative table views.
-
Updated
Sep 13, 2020 - Swift
This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.
-
Updated
Apr 29, 2020 - Objective-C
Bears for coala
-
Updated
Oct 3, 2020 - Python
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
-
Updated
Oct 24, 2020 - C
Simple generic GUI widget toolkit for SDL2
-
Updated
Apr 23, 2020 - C
Generic Repository Pattern for .net core
-
Updated
Aug 7, 2020 - C#
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
-
Updated
Jun 9, 2020 - C#
Eval is a lightweight interpreter framework written in Swift, evaluating expressions at runtime
-
Updated
Oct 24, 2020 - Swift
Lightweight generic ring buffer manager library
-
Updated
Sep 24, 2020 - C
A generic small reusable components for data source implementation for UITableView/UICollectionView in Swift.
-
Updated
Mar 19, 2020 - Swift
Generic Linked Data browser and UX component framework. Apache license.
-
Updated
Oct 13, 2020 - JavaScript
this was a terrible mistake and should never have been done (by me).
A generic interval tree implementation in C#
-
Updated
Oct 5, 2020 - C#
Generic Code for Go
-
Updated
Apr 26, 2018 - Go
Generic Auto-Updater: a robust, user-friendly, clean and efficient Auto-Updater to maintain any client patched.
-
Updated
Jul 26, 2020 - C#
Modern C++ generic header-only template library.
-
Updated
Aug 7, 2020 - C++
A library to perform generic seralization and deserialization of QObjects from and to JSON and CBOR
-
Updated
Feb 20, 2020 - C++
Generic Reusable Parallel Patterns Interface
-
Updated
Oct 1, 2020 - C++
This gives users a chance to log the LeafNodeSummaryAction, for example. This is especially useful in Subroutines since the app isn't walking the session so has no access.
Fully customizable Card View Components for React Native.
-
Updated
Aug 16, 2020 - JavaScript
High performance algorithms in C#: SIMD/SSE, multi-core and faster
-
Updated
Oct 23, 2020 - C#
Improve this page
Add a description, image, and links to the generic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the generic topic, visit your repo's landing page and select "manage topics."


With TS 3.4 it became common practice to create tuples with
[a, b, c] as const. This is really convenient, however the resulting tuple isreadonly. It would be awesome to add support for these readonly tuples, right now I get errorreadonly (something) is not assignable to any[].