struct While [src]

Fields

cont_expr: OptionalIndex
then_expr: Index
else_expr: Index

Source

pub const While = struct { cont_expr: OptionalIndex, then_expr: Index, else_expr: Index, }