Able
Askowl Base Library Enabler
Askowl.Jit< T > Struct Template Reference

//#TBD#// More...

Public Member Functions

override string ToString ()
  //#TBD#// More...
 

Static Public Member Functions

static Jit< T > Instance (Func< bool, T > factory)
  //#TBD#// More...
 
static implicit operator T (Jit< T > jit)
  //#TBD#// More...
 

Public Attributes

Value => (initialised) ? value : value = factory(initialised = true)
  //#TBD#// More...
 

Detailed Description

//#TBD#//

Definition at line 5 of file Jit.cs.

Member Function Documentation

◆ Instance()

static Jit<T> Askowl.Jit< T >.Instance ( Func< bool, T >  factory)
static

//#TBD#//

◆ operator T()

static implicit Askowl.Jit< T >.operator T ( Jit< T >  jit)
static

//#TBD#//

◆ ToString()

override string Askowl.Jit< T >.ToString ( )

//#TBD#//

Member Data Documentation

◆ Value

T Askowl.Jit< T >.Value => (initialised) ? value : value = factory(initialised = true)

//#TBD#//

Definition at line 12 of file Jit.cs.


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