Tanoda
Either.cs File Reference

Go to the source code of this file.

Classes

struct  Leap.Unity.Either< A, B >
 A data structure that represents either a value of type A or a value of type B. The value can never be both A and B. Neither A nor B can ever be null. More...
 

Namespaces

namespace  Leap
 
namespace  Leap.Unity