We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现阶段,数学累积器的基类Accumulator是一个非常重的类型定义。它的基础成员包含了许多不应该在它这一层就有定义的值,例如:window, isFull等。特别是,Accumulator的dependency成员可以是另一个Accumulator,使得状态信息会非常复杂,同时也使得真正的CompoundedValueHolder变得没有用武之地。
Accumulator
window
isFull
dependency
CompoundedValueHolder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现阶段,数学累积器的基类
Accumulator
是一个非常重的类型定义。它的基础成员包含了许多不应该在它这一层就有定义的值,例如:window
,isFull
等。特别是,Accumulator
的dependency
成员可以是另一个Accumulator
,使得状态信息会非常复杂,同时也使得真正的CompoundedValueHolder
变得没有用武之地。The text was updated successfully, but these errors were encountered: