Closed theCapypara closed 1 year ago
This small change makes Dates new function be callable in const contexts. This is useful when writing tests or in other contexts where record data may be statically created.
Date
new
const
Thanks
This small change makes
Date
snew
function be callable inconst
contexts. This is useful when writing tests or in other contexts where record data may be statically created.