Assignable<T>.Create Constructor
Creates a new Assignable<T> instance with the specified value, marking it as assigned.
Syntax
Unit: Bcl.Types.Assignable
constructor Assignable<T>.Create(Value: T);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Value | T | The value to wrap. |