Hacker News new | ask | show | jobs
by ben-schaaf 3116 days ago
Definitely compile time. D has a somewhat similar feature called contracts (https://dlang.org/spec/contracts.html) which happen at runtime, but don't influence function/template resolution.