ReadOnlyValueReference<T>
public struct ReadOnlyValueReference<T> : IEquatable<ReadOnlyValueReference<T>>, IEqualityOperators<ReadOnlyValueReference<T>, ReadOnlyValueReference<T>, bool>, ISupplier<T>, IFunctional<Func<T>>
Represents an immutable reference to the field.
Gets a value indicating that is reference is empty.
Gets a reference to the field.
Represents an immutable reference to the field.
Creates a reference to an array element.
Creates a reference to a static field.
Determines whether the two references point to the same field.
Returns a getter for the memory location.
Gets a span over the referenced value.
Determines whether the two references point to the different fields.