dmocks.dynamic

Members

Classes

Dynamic
class Dynamic

This is a very very simple class for storing a variable regardless of it's size and type

DynamicT
class DynamicT(T)

Functions

dynamic
Dynamic dynamic(auto ref T t)

a helper function for creating Dynamic obhects

get
T get(Dynamic d)

returns stored value if type T is precisely the type of variable stored, variable stored can be implicitly to that type

Meta