> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/arguments.md).

# Arguments

- [Arguments.list()](https://docs.r.xyz/glider-ide/api/arguments/arguments.list.md): Returns a list of all the arguments that are passed as parameters to the function.
- [Arguments.with\_memory\_type()](https://docs.r.xyz/glider-ide/api/arguments/arguments.with_memory_type.md): Returns a list of arguments having specified memory type.
- [Arguments.with\_name()](https://docs.r.xyz/glider-ide/api/arguments/arguments.with_name.md): Returns a list of arguments having specified name
- [Arguments.with\_type()](https://docs.r.xyz/glider-ide/api/arguments/arguments.with_type.md): Returns a list of arguments having specified memory type.
- [Arguments.with\_type\_convertible()](https://docs.r.xyz/glider-ide/api/arguments/arguments.with_type_convertible.md): Returns a list of arguments that can be converted to specified types. Convertor will define a table of allowed conversions.
- [Convertor](https://docs.r.xyz/glider-ide/api/arguments/convertor.md): The aim of this class is to define type conversions.
- [Convertor.add()](https://docs.r.xyz/glider-ide/api/arguments/convertor/convertor.add.md): Add a new conversion.
- [Convertor.can\_convert()](https://docs.r.xyz/glider-ide/api/arguments/convertor/convertor.can_convert.md)
- [Convertor.set\_conversions()](https://docs.r.xyz/glider-ide/api/arguments/convertor/convertor.set_conversions.md)
