pub fn string_split_v2<O0: Into<Output>, O1: Into<Output>>( input: O0, sep: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for StringSplitV2::new().build(input, sep, scope).
StringSplitV2::new().build(input, sep, scope)