You are here |
maddie.info | ||
| | | |
www.foonathan.net
|
|
| | | | The size of std::array is known at compile-time given the type. Yet it only provides a regular .size() member function: template struct array { constexpr std::size_t size() const { return N; } }; This is annoying if you're writing generic code that expects some sort of compile-time sized range. | |
| | | |
formulae.brew.sh
|
|
| | | | Homebrew's package index | |
| | | |
github.com
|
|
| | | | Python implementation of the Jeeves programming language. - jeanqasaur/jeeves | |
| | | |
mozzy.dev
|
|
| | A quick look at how to set up ASP.NET on a Mac. |