Update docs

This commit is contained in:
github-actions
2022-11-08 14:30:45 +00:00
parent 1643a5673b
commit 6db3408885
193 changed files with 16530 additions and 45158 deletions

View File

@ -42,9 +42,9 @@ module.exports = format(
'using SafeCast for int256;',
'',
toUint(256),
...LENGTHS.map(size => toUintDownCast(size)),
...LENGTHS.map(toUintDownCast),
toInt(256),
...LENGTHS.map(size => toIntDownCast(size)),
...LENGTHS.map(toIntDownCast),
].flatMap(fn => fn.split('\n')).slice(0, -1),
'}',
);