BuilderClosureFlags
- class BuilderClosureFlags
The list of flags that can be passed to create_closure()
.
New values may be added in the future for new features, so external
implementations of BuilderScope
should test the flags
for unknown values and raise a INVALID_ATTRIBUTE
error
when they encounter one.
Fields
- class BuilderClosureFlags
- SWAPPED
The closure should be created swapped. See
new_swap()
for details.