DEP0102:在 Buffer#(read|write) 操作中使用 noAssert


🌐 DEP0102: Using noAssert in Buffer#(read|write) operations

类型:寿命终止

🌐 Type: End-of-Life

使用 noAssert 参数现在已经没有任何功能了。无论 noAssert 的值如何,所有输入都会被验证。跳过验证可能会导致难以发现的错误和崩溃。

🌐 Using the noAssert argument has no functionality anymore. All input is verified regardless of the value of noAssert. Skipping the verification could lead to hard-to-find errors and crashes.