Remove
comptime fields from the language
Comptime fields seem justified on the principle that the type system should mirror capabilities given to you by the rest of the language. If a function takes arguments or returns in special way,...