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.