Class NoAliasAttribute
Can be used to specify that a parameter to a function, a field of a struct, or a struct will not alias. (Advanced - see User Manual for a description of Aliasing).
Namespace: Unity.Burst
Syntax
[AttributeUsage(AttributeTargets.Struct | AttributeTargets.Field | AttributeTargets.Parameter)]
public class NoAliasAttribute : Attribute, _Attribute