Function find_index_of_first_statement_in_block
Source pub fn find_index_of_first_statement_in_block(block: &Block) -> Option<usize>
Expand description
Find the index of the first statement in the Block.
§Arguments
§Returns
The index of the first statement in the Block.