maybe_unused
The maybe_unused is a variable attribute used to hint compilers that the variables may be unused.
Syntax
maybe_unused var T identifier; // mutable
maybe_unused T identifier = value; // immutable
The maybe_unused is a variable attribute used to hint compilers that the variables may be unused.
maybe_unused var T identifier; // mutable
maybe_unused T identifier = value; // immutable