# none.rl ## Class Nothing ```text Part of the RLC Project, under the MIT license. See stdlib/LICENSE.TXT for license information. SPDX-License-Identifier: MIT A class to rapresent the absence of information usefull to implement functions that return optionals fun maybe_int() -> Int | Nothing: ``` ### Fields ## Free Functions - **Function**: `none() -> Nothing`