Remove 'errtype' name and reduce Expr / TypeInfo memory footprint.
This commit is contained in:
Christoffer Lerno
2022-03-08 23:38:27 +01:00
committed by GitHub
parent 069a2d40cb
commit 322d714305
37 changed files with 167 additions and 171 deletions

View File

@@ -2,7 +2,7 @@ module base64;
// Based on the C2 version.
errtype DecodingError
optenum DecodingError
{
INVALID_CHARACTER
}