Declaration
if(value==nil)
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Entity | Object | The object to determine whether it is empty |
Return
| Type | Description |
|---|---|
| Bool | Is it empty? |
Determine whether the object is empty
if(value==nil)
go
| Name | Type | Description |
|---|---|---|
| Entity | Object | The object to determine whether it is empty |
| Type | Description |
|---|---|
| Bool | Is it empty? |