Find a file
2016-01-29 11:41:02 +01:00
source Fix unit test. See #2. 2016-01-27 23:11:32 +01:00
.editorconfig Add .travis.yml and .editorconfig. See #2. 2016-01-27 23:02:37 +01:00
.travis.yml Only perform coverage analysis for one compiler version. 2016-01-29 11:41:02 +01:00
dub.json Use a JSON package recipe for now. 2015-08-17 19:05:57 +02:00
README.md Add README.md. 2016-01-27 23:08:17 +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