Show raw api
{
"functions": [
{
"name": "Is",
"desc": "Determines whether the passed value is a ListNode.",
"params": [
{
"name": "Value",
"desc": "The value to check.",
"lua_type": "any"
}
],
"returns": [
{
"desc": "Whether or not the passed value is a ListNode.",
"lua_type": "boolean"
}
],
"function_type": "static",
"source": {
"line": 88,
"path": "src/DataStructures/LinkedList/init.lua"
}
}
],
"properties": [],
"types": [],
"name": "ListNode",
"desc": "A ListNode is the node that contains data in the LinkedList.",
"source": {
"line": 17,
"path": "src/DataStructures/LinkedList/init.lua"
}
}