Skip to main content

str_starts_with

Function str_starts_with 

Source
pub(crate) fn str_starts_with(
    it: &mut Interp,
    t: Value,
    a: &[Value],
) -> Result<Value, Value>