- Types written with
where
syntax can now be used to define constructors, e.g.(Foo{T} where T)(x) = ...
.
- The
nextprod
function now accepts tuples and other array types for its first argument ([#35791]).
- Change
uuid1
anduuid4
to useRandom.RandomDevice()
as default random number generator ([#35872]).