ffill!
Syntax
ffill!(obj, [limit])
Details
Please refer to ffill. The only
difference between ffill
and ffill!
is that the
latter assigns the result to X and thus changing the value of X after the
execution.