Description
1. Modify incorrect export in cpp file
2. Delete invalid parameters
3. Add TS constraint type to the variable
4. Add braces to some if judgments
5. Package the same part of the code
#I52Q2E:Modify some non-standard problems on TS side
Signed-off-by: wangyong1995626wywz <wangyong237@huawei.com>
Description
1. Fix some interface errors
2. Correct some wrong parameters
3. complete some missing interfaces
4. Align with the ark side and throw exception description
#I4WQ2O:Correct relevant interfaces on TS side
Signed-off-by: wangyong1995626wywz <wangyong237@huawei.com>
Description
The export method of container classes has been changed to improve efficiency.
Previous export method: export default { ArrayList: fastArrayList };
Now export method: export default fastArrayList;
Related issue
#I4TDAQ:Modify the way the container class is exported
Signed-off-by: wangyong <wangyong237@huawei.com>
Adjust the code for the inconsistency between the linear nonlinear container and the interface description
Signed-off-by: shisan_forwork <chengjunxiong@huawei.com>