> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-sandboxes-integrations-placement.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 真偽値

<div id="chainable-ops">
  ## チェーン可能な Ops
</div>

### <a id="and" />`and`

2 つの値の論理 `and` を返します

| 引数    | 説明      |
| :---- | :------ |
| `lhs` | 1 つ目の二値 |
| `rhs` | 2 つ目の二値 |

<div id="return-value">
  #### 戻り値
</div>

2 つの値に対する論理 `and`

### <a id="or" />`or`

2 つの値の論理 `or` を返します

| 引数    | 説明      |
| :---- | :------ |
| `lhs` | 1 つ目の二値 |
| `rhs` | 2 つ目の二値 |

<div id="return-value">
  #### 戻り値
</div>

2つの値の論理 `or` の結果

### <a id="boolean-not" />`boolean-not`

値の論理否定を返します

| 引数     | 説明  |
| :----- | :-- |
| `bool` | 真偽値 |

<div id="return-value">
  #### 戻り値
</div>

値を論理否定したもの

### <a id="boolean-not-2" />`boolean-not`

値の論理否定を返します

| 引数     | 説明  |
| :----- | :-- |
| `bool` | 真偽値 |

<div id="return-value">
  #### 戻り値
</div>

値を論理否定したもの

<div id="list-ops">
  ## リストのOps
</div>

### <a id="and-list" />`and`

2 つの値の論理 `and` を返します

| 引数    | 説明      |
| :---- | :------ |
| `lhs` | 1 つ目の二値 |
| `rhs` | 2 つ目の二値 |

<div id="return-value">
  #### 戻り値
</div>

2 つの値に対する論理 `and`

### <a id="or-list" />`or`

2 つの値の論理 `or` を返します

| 引数    | 説明      |
| :---- | :------ |
| `lhs` | 1 つ目の二値 |
| `rhs` | 2 つ目の二値 |

<div id="return-value">
  #### 戻り値
</div>

2つの値の論理 `or` の結果

### <a id="boolean-not-list" />`boolean-not`

値の論理否定を返します。

| 引数     | 説明  |
| :----- | :-- |
| `bool` | 真偽値 |

<div id="return-value">
  #### 戻り値
</div>

値を論理否定したもの

### <a id="boolean-not-2-list" />`boolean-not`

値の論理否定を返します

| 引数     | 説明  |
| :----- | :-- |
| `bool` | 真偽値 |

<div id="return-value">
  #### 戻り値
</div>

値を論理否定したもの
