Constructor
Variables
Methods
inlinecopyTo(destination:View<T>):Void
Copies the the from the current view to the destination view.
Parameters:
destination | Target of the copy operation |
|---|
Throws:
ArgumentException | If the destination is smaller than the current view. |
|---|
fill(value:T):Void
Sets all items in the current view to the specified value.
Parameters:
value | The value assigned to each item in the view. |
|---|