PreviousUpNext

14.4.102  String_Junk

The standard library String_Junk api defines the interface for the pkg::string_junk package.

The String_Junk api is implemented by the string_junk package.

The String_Junk api source code is in src/lib/std/src/string-junk.api. The above information is manually maintained and may contain errors.

api {
    atoi : String -> Int;
    atod : String -> Float;
    basename : String -> String;
    dirname : String -> String;
    trim : String -> String;};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext