Skip to content

memo_core_stdlib_functions

SysML API

Public namespace memo::core::stdlib::functions
Declared package memo_core_stdlib_functions
Source src/core/stdlib/functions/functions.sysml

Namespace hierarchy

memomemo::corememo::core::stdlibmemo::core::stdlib::functions

Packages

Package
memo_core_stdlib_functions

Imports

Visibility Target
private ScalarValues::*
public BaseFunctions::*

Declarations

Name SysML kind Description Specializes

Source

core/stdlib/functions/functions.sysml
// Re-export-only wrapper. No new types.
package memo_core_stdlib_functions {
    private import ScalarValues::*;

    public import BaseFunctions::*;
}