Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | Static Public Attributes | List of all members
Smooth.Slinq.Context.ZipContext< U, T2, C2, T, C > Struct Template Reference

Static Public Member Functions

static readonly DelegateFunc
< T, T2,
Smooth.Algebraics.Tuple< T, T2 > > 
T2 (t, t2)
 
static Slinq< U, ZipContext< U,
T2, C2, T, C > > 
Zip (Slinq< T, C > left, Slinq< T2, C2 > right, DelegateFunc< T, T2, U > selector, ZipRemoveFlags removeFlags)
 

Static Public Attributes

static readonly DelegateFunc
< T, T2,
Smooth.Algebraics.Tuple< T, T2 > > 
tuple = (t, t2) => new Smooth.Algebraics.Tuple<T
 

Member Function Documentation

static readonly DelegateFunc<T, T2, Smooth.Algebraics.Tuple<T, T2> > Smooth.Slinq.Context.ZipContext< U, T2, C2, T, C >.T2 ( ,
t2   
)
static
static Slinq<U, ZipContext<U, T2, C2, T, C> > Smooth.Slinq.Context.ZipContext< U, T2, C2, T, C >.Zip ( Slinq< T, C left,
Slinq< T2, C2 >  right,
DelegateFunc< T, T2, U >  selector,
ZipRemoveFlags  removeFlags 
)
inlinestatic

Member Data Documentation

readonly DelegateFunc<T, T2, Smooth.Algebraics.Tuple<T, T2> > Smooth.Slinq.Context.ZipContext< U, T2, C2, T, C >.tuple = (t, t2) => new Smooth.Algebraics.Tuple<T
static

The documentation for this struct was generated from the following file: