Find a file
Sönke Ludwig a0415ed13c Improve dynamic type conversion.
- Uses std.conv.to to implement opCast instead of just supporting implicit type conversions
- Adds .toString to make to!string(ta) return the expected result
2016-04-04 13:40: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.json Use a JSON package recipe for now. 2015-08-17 19:05:57 +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