is_indexed_block

Function is_indexed_block 

Source
fn is_indexed_block(line: &str, prefix: &str) -> bool
Expand description

Returns true if line starts with <prefix><digit>_ — i.e., an indexed block like wave_0_per_frame1=... or shape_3_init1=.... Used to distinguish from scalar param names like wave_r=... that share the wave_ prefix.