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
If the args defined in opCodeDefinitions are replaced with named tuples, the names can then be shown in tooltips when one types op.split(. These names could not be used for docgen or playground, as they are not available at runtime. Is there a way to define the data as a runtime value but to also have it accesible as type info?
The text was updated successfully, but these errors were encountered:
If the args defined in
opCodeDefinitions
are replaced with named tuples, the names can then be shown in tooltips when one typesop.split(
. These names could not be used for docgen or playground, as they are not available at runtime. Is there a way to define the data as a runtime value but to also have it accesible as type info?The text was updated successfully, but these errors were encountered: