Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found 
                    here.
                    If the API is already migrated you can check here if exists in a module.
                    More information regarding the migration can be found here
                
                
DataRef<'T>
Represents basically an "out" parameter, allows to retrieve a value after a certain point in time. Used to retrieve "pipes"
Record Fields
| Record Field | Description | 
| 
            retrieveRaw
          
            Signature: (unit -> 'T) ref | 
Instance members
| Instance member | Description | 
| 
            x.Value
          
            Signature: 'T | 
Static members
| Static member | Description | 
| 
            DataRef.Empty
          
            Signature: DataRef<'T> | |
| 
            DataRef.Map f inner
          
            Signature: (f:('T -> 'a)) -> inner:DataRef<'T> -> DataRef<'a> |