Wikifunctions:Catalogue/Type handling
Appearance
- same Type (Z19084): two Types are the same if their Z4K1/identities are the same or the Z2K2/value of the Type referenced in one identity is the same as the full Type supplied by the other
- type of object (Z16829): returns the Type of an Object (the value object in its Z1K1 Key) (but see https://phabricator.wikimedia.org/T363623)
- is Boolean (Z15717): returns True if the argument is Boolean
- is String (Z15777): returns True if the argument’s type is String
- boolean to string (Z10730): Converts a boolean to a lowercase string for string comparison.
- natural number to digit string (Z13713): return the same natural number but in string type (unformatted, decimal)
- type of Typed list (Z18626): returns a Reference to the list’s Type
- are all elements of the list the same type (Z13220): true if all elements of the list have the same type, or if empty
- is this list untyped? (Z17879): no description
- is this list typed? (Z17900): does the list have an overall type (other than object)
- type of function output (Z21169): returns the Type of the output of the input function
- type of argument declaration (Z21174): no description
- list of types of function inputs (Z21172): no description
- get list of argument declarations (Z21177): from a function, get the list of argument declarations