Memo0Ext<V> extension

Extension methods on functions returning type V to enable easy creation of Memoized instances.

on
  • V Function()

Properties

memo Memoized<V>
Returns a Memoized instance wrapping around this function.
no setter