aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
12 daysuse <> as expansion charactersHEADmasterKimplul
+ I kind of like the 'symmetry' of <> being 'self' and <param> being some parameter, but having to type lots of extra <*> is a bit annoying, and might also be an issue for C++. Still, enough functionality for a hashmap example
2025-08-30add hashmap exampleKimplul
+ Doesn't quite work yet because <type> expansion isn't implemented yet
2025-07-23check const types with static_assertKimplul
2025-07-18add initial value handlingKimplul
+ No type checking, shouldn't be too tricky to add in though
2025-07-18add supertemplate handlingKimplul
2025-07-10initial commitKimplul