Skip to main content

parse_variable_spec_impl

Function parse_variable_spec_impl 

Source
pub fn parse_variable_spec_impl(
    var_spec: &str,
) -> Option<(&str, Option<String>)>
Expand description

Parse a variable specification string into name and optional default value.

Pure domain function - no I/O or side effects.