MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / ExprRepeat

Class ExprRepeat

crates/papyrus/src/types.rs:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192//
193#[derive(Clone, PartialEq, Eq, Debug)]
194pub struct ExprRepeat {
195 pub interior_block: Box<ExprBlock>,
196 pub iterations: u32,
197}
198
199//Struct to represent variable declaration
200//Ex. let x := 1234

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected