Avatar
@compilerEvaluable いいね。今はllvmが特定のc関数についてやってるだけなのかな? https://forums.swift.org/t/pitch-compile-time-constant-expressions-for-swift/12879
Chris Lattner and I have been working on a proposal to add compile-time constant expressions to Swift. Our goal is to create a very general feature that enables many other useful features that need compile-time execution, like: static assertions, value parameters in generics,...