wasmi/num_traits/ops/wrapping/sidebar-items.js

1 line
363 B
JavaScript
Raw Normal View History

2019-10-23 15:27:04 +00:00
initSidebarItems({"trait":[["WrappingAdd","Performs addition that wraps around on overflow."],["WrappingMul","Performs multiplication that wraps around on overflow."],["WrappingShl","Performs a left shift that does not panic."],["WrappingShr","Performs a right shift that does not panic."],["WrappingSub","Performs subtraction that wraps around on overflow."]]});