Skip to main content

fill

Method of BoolArray.

Overloads

NameDescription
fill(bool c) -> voidSets all elements of the BoolArray lhs to the constant c.
fill(integer c) -> voidSets 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.