lfill!

Syntax

lfill!(obj)

Arguments

obj is a vector or a table with only numeric columns.

Details

Please refer to lfill. The only difference between lfill and lfill! is that the latter assigns the result to X and thus changing the value of X after the execution.