Hi everyone. We're working on introducing new non-Escapable standard library types for referencing single values, Borrow and Inout. Analogous to how Span and MutableSpan provide safe access to groups of contiguous values in memory owned by someone else, Borrow and Inout provide safe access to a single value owned by someone else. This unblocks a...