RestoreStruct.opIn

Overloads the "in" operator. It will simply call the delegate stored in the struct passing in the given delegate and the value stored in the struct.

struct RestoreStruct(U, T)
U
opIn
(
U delegate
()
deleg
)

Parameters

deleg U delegate
()

the delegate to pass the delegate stored in the struct

Return Value

Type: U

whatever the delegate stored in the struct returns

See Also

restore

Meta