Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-12 | Implemented `Cond` conditional | Adrian Kummerlaender | |
* returns the `CDR` of the first true `CAR` in a given list of pairs * reimplemented `Apply` base class selection in terms of `Cond` | |||
2015-02-05 | Defer `If` template resolution analogously to other functions | Adrian Kummerlaender | |
* all other functions sans `Cons` are resolved when the respective member `*::type` is instantiated * this was changed soely to increase coherence | |||
2015-01-17 | Implemented `Length` function | Adrian Kummerlaender | |
* as its name implies this function returns the length of a given _Cons_ structure * result type is `Size<Length>` which wraps `std::size_t` to match the `sizeof` operator | |||
2015-01-16 | Implemented `tav::If` as `std::conditional` wrapper | Adrian Kummerlaender | |