Skip to content

discardable

The discardable keyword is a function qualifier keyword used to identify a function return as discardable.
Discarding a return from a non-discardable function must cause a code compilation warning.

Syntax

discardable int32 fuBar() { /* method body */ }