-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
suggested changes #2
Conversation
…rt section (i.e., revert to status quo for SortIndexedProperties) Usually, within a "Properties of some Object" section, the child-sections are only for actual properties, not for related abstract operations.
Usually, in a "Properties of some Object" section, the child sections (or at least the ones with straightforward names) are in alphabetical order.
…edArray Objects"
<h1> | ||
CompareTypedArrayElements ( | ||
_x_: a Number or a BigInt, | ||
_y_: a Number or a BigInt, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should accompany changing the assertion in step 1 to Assert: Type(_x_) is Type(_y_)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll merge this into the existing PR as is for now. Feel free to add the comment back on the primary PR.
thanks @jmdyck ! |
No description provided.