- Added
newStringUninit
to system, which creates a new string of lengthlen
likenewString
but with uninitialized content. - Added
hasDefaultValue
tostd/typetraits
to check if a type has a valid default value.
- koch now allows bootstrapping with
-d:nimHasLibFFI
, replacing the older option of building the compiler directly w/ thelibffi
nimble package in tow.