Function lrs::mem::drop

Drops a value.

Syntax

fn drop<T>(_val: T) -> ()

Arguments

NameDescription
_val

The object to be dropped.