/// <inheritdoc cref="Mathfs.Mod(int,int)"/> [MethodImpl(INLINE)] public static int Mod(this int value, int length) => Mathfs.Mod(value, length);