Function
lrs
::
mem
::
drop
Drops a value.
Syntax
fn drop<T>(_val: T) -> ()
Arguments
Name
Description
_val
The object to be dropped.