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

Method union

regex/regex-syntax/src/ast/mod.rs:940–942  ·  view source on GitHub ↗

Build a set from a union.

(ast: ClassSetUnion)

Source from the content-addressed store, hash-verified

938impl ClassSet {
939 /// Build a set from a union.
940 pub fn union(ast: ClassSetUnion) -> ClassSet {
941 ClassSet::Item(ClassSetItem::Union(ast))
942 }
943
944 /// Return the span of this character class set.
945 pub fn span(&self) -> &Span {

Callers 1

classFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected