fill
Method of BoolArray.
Overloads
| Name | Description |
|---|---|
fill(bool c) -> void | Sets all elements of the BoolArray lhs to the constant c. |
fill(integer c) -> void | Sets all elements of the BoolArray lhs to the constant c. |
fill(bool c) -> void
Sets all elements of the BoolArray lhs to the constant c.
Parameters
- c: The constant value to fill with.
fill(integer c) -> void
Sets all elements of the BoolArray lhs to the constant c.
Parameters
- c: The constant value to fill with.