You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result = Synth::convert{{type}}FromRaw(Synth::convert{{name}}ToRaw(this){{^root}}.(Raw::{{name}}){{/root}}.{{getter}}({{#is_indexed}}index{{/is_indexed}}))
83
83
{{/synth}}
@@ -95,7 +95,7 @@ module Generated {
95
95
* INTERNAL: Do not use.
96
96
{{/internal}}
97
97
*/
98
-
final {{type}} {{getter}}({{#is_indexed}}int index{{/is_indexed}}) {
98
+
final {{type_alias}} {{getter}}({{#is_indexed}}int index{{/is_indexed}}) {
99
99
exists({{type}} immediate | immediate = this.get{{#is_unordered}}An{{/is_unordered}}Immediate{{singular}}({{#is_indexed}}index{{/is_indexed}}) and
100
100
{{#hideable}}if exists(this.getResolveStep()) then result = immediate else {{/hideable}}result = immediate.resolve())
0 commit comments