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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Checked pointer types can be used with cv modifiers. Add an explanation of
this to the design. Add examples of variable declarations that use pointer
types with CV modifiers. This addresses issue #15.
This also includes a few other changes:
Explain that the idea of span goes way back in computer science. The
name is new, but the idea has a long history. Cite a paper on implementing
ALGOL 60.
Improve the description of the new checked pointer types in the introduction. This addresses some of the remaining work for issue Do not use safe and unsafe to describe pointer types. #14, which is to be clearer about what is being checked.
Remove some awkward phrasing in the description of bounds-safe interfaces
in the introduction.