Explore >> Select a destination


You are here

www.foonathan.net
| | www.kuniga.me
8.5 parsecs away

Travel
| | NP-Incompleteness:
| | www.bfilipek.com
9.8 parsecs away

Travel
| | Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that:
| | isocpp.org
12.0 parsecs away

Travel
| |
| | www.ncameron.org
81.6 parsecs away

Travel
| One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type