Converts this mutable view to an ImmutableSet, canonicalizing the root when Canonicalize is true.
Synopsis
Declared in <llvm/ADT/ImmutableSet.h>
ImmutableSet<ValT, ValInfo, Canonicalize>
asImmutableSet() const;
Return Value
An ImmutableSet sharing this view's root.
Created with MrDocs