You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists of items on the std docs should be sorted in some fashion. Alphabetical sorting throughout may not be desirable but I thought I should list all of them here anyway. If other sorting methods are better, I could create more categories.
no_copy_bound : This type does not implement "copy", even if eligible
no_send_bound : This type does not implement "send", even if eligible
no_sync_bound : This type does not implement "sync", even if eligible
managed_bound : This type implements "managed"
managed_bound should be first.
The text was updated successfully, but these errors were encountered:
mdinger
changed the title
Std docs: Give lists of items/attributes some type of order
Manual: Give lists of items/attributes some type of order
Aug 11, 2014
Lists of items on the std docs should be sorted in some fashion. Alphabetical sorting throughout may not be desirable but I thought I should list all of them here anyway. If other sorting methods are better, I could create more categories.
Lists which are sorted alphabetically:
Operators (alphabetical may not make sense here)Stability (stability is sorted by stability)In Marker types:
managed_bound should be first.
The text was updated successfully, but these errors were encountered: