Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in generic-programming

Generalizing fold such that it becomes expressive enough to define any finite recursion?

generic implementation in C

c generic-programming

Length of user-defined string literal as a template argument?

Operating on Scala collections in generic way

Is it possible to introspect on methods using Boost Hana?

DataTemplate.DataType = Collection<Entity>?

Get type of a "singleton type"

Detect compile-time literals and constants

Generic programming in C

Grouping data types by constructor in Haskell

In C, Generic Containers or Safe Containers?

Deriving default instances using GHC.Generics

Avoiding boilerplate when dealing with many unrelated types

Transposing arbitrary collection-of-collections in Scala

Avoiding Java Type Erasure

Why doesn't C++ make it easier to make compile time queries on types?

Dart, Can't call Generic's method

Using placement new in generic programming

Is noreturn part of the signature of a function?