Tanoda
Maybe.cs File Reference

Go to the source code of this file.

Classes

class  Leap.Unity.Maybe< T >
 A struct that represents a value that could or could not exist. Unlike the built-int nullable types, you are unable to access the value unless it does exist, and will never recieve a null value. More...
 
struct  Leap.Unity.Maybe< T >.NoneType
 

Namespaces

namespace  Leap
 
namespace  Leap.Unity