Find a file
2016-07-04 11:18:58 +02:00
source Improve dynamic type conversion. 2016-04-04 13:40:58 +02:00
.editorconfig Add .travis.yml and .editorconfig. See #2. 2016-01-27 23:02:37 +01:00
.travis.yml Syntax fix. 2016-01-29 11:43:39 +01:00
dub.sdl Convert package recipe to SDLang. 2016-07-04 11:18:58 +02:00
README.md Add Coveralls badge. 2016-01-29 11:42:06 +01:00
travis.sh Only perform coverage analysis for one compiler version. 2016-01-29 11:41:02 +01:00

TaggedAlgebraic

Implementation of a generic algebraic data type with a tagged union storage. All operations of the contained types are available for the TaggedAlgebraic

Build Status Coverage Status