std::ascii moved into std::core::ascii. Old _m variants are deprecated, as is uint methods.

This commit is contained in:
Christoffer Lerno
2025-05-02 18:06:28 +02:00
parent bfccc303d1
commit 8a09b2e5f7
8 changed files with 196 additions and 80 deletions

View File

@@ -3,7 +3,6 @@
// a copy of which can be found in the LICENSE_STDLIB file.
module std::encoding::json;
import std::io;
import std::ascii;
import std::collections::object;
faultdef UNEXPECTED_CHARACTER, INVALID_ESCAPE_SEQUENCE, DUPLICATE_MEMBERS, INVALID_NUMBER;