Structs§
- Cast
Record1 ToRecord2 - Casts between two record types by casting each element of
a
(“record1”) usingcast_expr
and collecting the results into a new record (“record2”). - Cast
Record ToString - Record
Get
a
(“record1”) using
cast_expr
and collecting the results into a new record (“record2”).