Since the auto keyword for random() now is both the default behavior and also specifiable as property-index-scoped element-scoped, should we remove it? It's not, afaict, serving any purpose: the easiest way to specify this behavior, as well as the shortest serialization, is just to omit it.
Since the
autokeyword forrandom()now is both the default behavior and also specifiable asproperty-index-scoped element-scoped, should we remove it? It's not, afaict, serving any purpose: the easiest way to specify this behavior, as well as the shortest serialization, is just to omit it.