MCPcopy Create free account
hub / github.com/davidblewett/rure-python / union

Function union

regex/regex-syntax/src/ast/parse.rs:4212–4217  ·  view source on GitHub ↗
(span: Span, items: Vec<ast::ClassSetItem>)

Source from the content-addressed store, hash-verified

4210 #[test]
4211 fn parse_set_class() {
4212 fn union(span: Span, items: Vec<ast::ClassSetItem>) -> ast::ClassSet {
4213 ast::ClassSet::union(ast::ClassSetUnion {
4214 span: span,
4215 items: items,
4216 })
4217 }
4218
4219 fn intersection(
4220 span: Span,

Callers 1

parse_set_class_openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected