aboutsummaryrefslogtreecommitdiff
path: root/src/conditional
AgeCommit message (Collapse)Author
2015-01-17Implemented `Length` functionAdrian 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-16Implemented `tav::If` as `std::conditional` wrapperAdrian Kummerlaender