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