uuid(str: string) : uuid
Creates a uuid from a string argument
uuid('test')
{
"def": "func",
"name": "uuid",
"energy": 0,
"pure": true,
"sleep": 0,
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"uuid"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "str",
"desc": "string to create uuid from",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
],
"desc": "Creates a uuid from a string argument",
"link": ""
}