Documentation
¶
Overview ¶
Useful for creating methods that lazily initialize a derived value and run only once no matter how many times the method is called. Simply add a private field to your struct of type Value[T], and then return the value from a public getter method using Get[T].
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.