Skip to main content

parse_loop_header_impl

Function parse_loop_header_impl 

Source
pub fn parse_loop_header_impl(full_match: &str) -> Option<(&str, &str)>
Expand description

Parse loop header to extract variable name and body.

Returns (var_name, body) if parsing succeeds.

Pure domain function.