Function DISCARD [src]

Prototype

pub inline fn DISCARD(x: anytype) void

Source

pub inline fn DISCARD(x: anytype) void { _ = x; }