https://learn.microsoft.com/dotnet/api/system.runtime.compilerservices.inlinearrayattribute

InlineArrayAttribute Class (System.Runtime.CompilerServices)Indicates that the instance's storage is sequentially replicated Length times.learn.microsoft.com


각자 의미가 명명되면서순서가 인덱싱된 값을처리하는 방법중

내가아는 가장 저급? 빠르고예외를 허용하지 않는 명료한 방법이다.


struct내부에서는 ref를 못쓴데서확장매서드를 써야하는게 군더더기긴 하다.