VectorListTransform
    Namespace: Deedle.Vectors
            
            Attributes: 
[<RequireQualifiedAccess>]
            
        
A transformation on vector(s) can specified as binary or as N-ary. A binary transformation
can be applied to N elements using List.reduce, but allows optimizations.
Union Cases
| Union Case | Description | 
          
            Binary(IBinaryTransform)
          
          
            Signature: IBinaryTransform 
         | 
        
                      
               
               
            
          
         | 
      
          
            Nary(INaryTransform)
          
          
            Signature: INaryTransform 
         | 
        
                      
               
               
            
          
         |