kcl-stdtypesany

anyType in std::types

The any type is the type of all possible values in KCL. I.e., if a function accepts an argument with type any, then it can accept any value.

Examples

Found a typo?