pub fn fn_select_string(
index: u8,
values: impl Into<ExpStringList>,
) -> ExpStringExpand description
Type-specific helper for string select expressions that doesn’t require turbofish syntax. Use this when working with ExpString values.
pub fn fn_select_string(
index: u8,
values: impl Into<ExpStringList>,
) -> ExpStringType-specific helper for string select expressions that doesn’t require turbofish syntax. Use this when working with ExpString values.