SingleConstant.value

Field `value` in the `SingleConstant` struct template stores a constant interpolation value of type `F`.

struct SingleConstant(F, X = F)
F value;