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
Copy file name to clipboardExpand all lines: docs/lang.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ Value casting
220
220
221
221
Like shapes, values may be *cast* from other objects, which are called *value-castable*. Casting allows objects that are not provided by Amaranth, such as integers or enumeration members, to be used in Amaranth expressions directly.
222
222
223
-
.. TODO: link to UserValue
223
+
.. TODO: link to ValueCastable
224
224
225
225
Casting to a value can be done explicitly with ``Value.cast``, but is usually implicit, since value-castable objects are accepted anywhere values are.
0 commit comments