DEP0102: 在 Buffer#(read|write) 操作中使用 noAssert
类型: 生命结束
使用 noAssert
参数不再起作用。
所有输入都将被验证,无论它是否设置为真。
跳过验证可能会导致难以发现错误和崩溃。
Type: End-of-Life
Using the noAssert
argument has no functionality anymore. All input is going
to be verified, no matter if it is set to true or not. Skipping the verification
could lead to hard to find errors and crashes.