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