untrackedCaptures
 scala.caps.unsafe.untrackedCaptures
  final class untrackedCaptures extends StaticAnnotation
 
Marks the constructor parameter as untracked. The capture set of this parameter will not be included in the capture set of the constructed object.
Attributes
- Note
- 
    This should go into annotations. For now it is here, so that we can experiment with it quickly between minor releases 
- Source
- package.scala
- Graph
- 
    
- Supertypes
In this article