@@ -62,7 +62,7 @@ public struct _HTMLTuple2<V0: HTML, V1: HTML>: HTML {
6262 self . v1 = v1
6363 }
6464
65- @inlinable @ inline ( __always )
65+ @inlinable
6666 public static func _render< Renderer: _HTMLRendering > (
6767 _ html: consuming Self ,
6868 into renderer: inout Renderer ,
@@ -74,7 +74,7 @@ public struct _HTMLTuple2<V0: HTML, V1: HTML>: HTML {
7474 V1 . _render ( html. v1, into: & renderer, with: copy context)
7575 }
7676
77- @inlinable @ inline ( __always )
77+ @inlinable
7878 public static func _render< Renderer: _AsyncHTMLRendering > (
7979 _ html: consuming Self ,
8080 into renderer: inout Renderer ,
@@ -100,7 +100,7 @@ public struct _HTMLTuple3<V0: HTML, V1: HTML, V2: HTML>: HTML {
100100 self . v2 = v2
101101 }
102102
103- @inlinable @ inline ( __always )
103+ @inlinable
104104 public static func _render< Renderer: _HTMLRendering > (
105105 _ html: consuming Self ,
106106 into renderer: inout Renderer ,
@@ -113,7 +113,7 @@ public struct _HTMLTuple3<V0: HTML, V1: HTML, V2: HTML>: HTML {
113113 V2 . _render ( html. v2, into: & renderer, with: copy context)
114114 }
115115
116- @inlinable @ inline ( __always )
116+ @inlinable
117117 public static func _render< Renderer: _AsyncHTMLRendering > (
118118 _ html: consuming Self ,
119119 into renderer: inout Renderer ,
@@ -142,7 +142,7 @@ public struct _HTMLTuple4<V0: HTML, V1: HTML, V2: HTML, V3: HTML>: HTML {
142142 self . v3 = v3
143143 }
144144
145- @inlinable @ inline ( __always )
145+ @inlinable
146146 public static func _render< Renderer: _HTMLRendering > (
147147 _ html: consuming Self ,
148148 into renderer: inout Renderer ,
@@ -156,7 +156,7 @@ public struct _HTMLTuple4<V0: HTML, V1: HTML, V2: HTML, V3: HTML>: HTML {
156156 V3 . _render ( html. v3, into: & renderer, with: copy context)
157157 }
158158
159- @inlinable @ inline ( __always )
159+ @inlinable
160160 public static func _render< Renderer: _AsyncHTMLRendering > (
161161 _ html: consuming Self ,
162162 into renderer: inout Renderer ,
@@ -188,7 +188,7 @@ public struct _HTMLTuple5<V0: HTML, V1: HTML, V2: HTML, V3: HTML, V4: HTML>: HTM
188188 self . v4 = v4
189189 }
190190
191- @inlinable @ inline ( __always )
191+ @inlinable
192192 public static func _render< Renderer: _HTMLRendering > (
193193 _ html: consuming Self ,
194194 into renderer: inout Renderer ,
@@ -203,7 +203,7 @@ public struct _HTMLTuple5<V0: HTML, V1: HTML, V2: HTML, V3: HTML, V4: HTML>: HTM
203203 V4 . _render ( html. v4, into: & renderer, with: copy context)
204204 }
205205
206- @inlinable @ inline ( __always )
206+ @inlinable
207207 public static func _render< Renderer: _AsyncHTMLRendering > (
208208 _ html: consuming Self ,
209209 into renderer: inout Renderer ,
@@ -238,7 +238,7 @@ public struct _HTMLTuple6<V0: HTML, V1: HTML, V2: HTML, V3: HTML, V4: HTML, V5:
238238 self . v5 = v5
239239 }
240240
241- @inlinable @ inline ( __always )
241+ @inlinable
242242 public static func _render< Renderer: _HTMLRendering > (
243243 _ html: consuming Self ,
244244 into renderer: inout Renderer ,
@@ -254,7 +254,7 @@ public struct _HTMLTuple6<V0: HTML, V1: HTML, V2: HTML, V3: HTML, V4: HTML, V5:
254254 V5 . _render ( html. v5, into: & renderer, with: copy context)
255255 }
256256
257- @inlinable @ inline ( __always )
257+ @inlinable
258258 public static func _render< Renderer: _AsyncHTMLRendering > (
259259 _ html: consuming Self ,
260260 into renderer: inout Renderer ,
@@ -283,7 +283,7 @@ public struct _HTMLTuple<each Child: HTML>: HTML {
283283 self . value = ( repeat each value)
284284 }
285285
286- @inlinable @ inline ( __always )
286+ @inlinable
287287 public static func _render< Renderer: _HTMLRendering > (
288288 _ html: consuming Self ,
289289 into renderer: inout Renderer ,
@@ -298,7 +298,7 @@ public struct _HTMLTuple<each Child: HTML>: HTML {
298298 repeat renderElement( each html. value, & renderer)
299299 }
300300
301- @inlinable @ inline ( __always )
301+ @inlinable
302302 public static func _render< Renderer: _AsyncHTMLRendering > (
303303 _ html: consuming Self ,
304304 into renderer: inout Renderer ,
0 commit comments