Because now the stride of all types is at least one, anyway.
- Expand pre-example explanations - Update documentation for SE-0118 - Removing remaining 'iff' usage - Revise Array discussion - Fix formIndex(_:offsetBy) parameter formatting - Improve index/formIndex(_:offsetBy:(limitedBy:)?) discussion - Update Quick Look discussions - Fixes grammar inconsistencies - Adds parameter / return documentation - Adds and expands on examples - Revises AnyObject discussion for new `id` bridging rules - Revise readLine, print, and assertion functions - Add missing docs to String index-moving methods
As of now: * old APIs are just marked as `deprecated` not `unavaiable`. To make it easier to co-operate with other toolchain repos. * Value variant of API is implemented as public @private `_ofInstance(_:)`.