Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaguchi1024 committed Oct 16, 2024
1 parent 734118a commit d37808d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Cursors.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,15 @@ The `ExoType` enumeration represents user-facing various data and control types.

The `ExoType` provides the following utility methods:

### `is_indexable()`
#### `is_indexable()`

Returns `True` if the `ExoType` is one of the indexable types, which include:
- `ExoType.Index`
- `ExoType.Size`
- `ExoType.Int`
- `ExoType.Stride`

### `is_numeric()`
#### `is_numeric()`

Returns `True` if the `ExoType` is one of the numeric types, which include:
- `ExoType.F16`
Expand All @@ -287,7 +287,7 @@ Returns `True` if the `ExoType` is one of the numeric types, which include:
- `ExoType.I32`
- `ExoType.R`

### `is_bool()`
#### `is_bool()`

Returns `True` if the `ExoType` is the boolean type (`ExoType.Bool`).

Expand Down

0 comments on commit d37808d

Please sign in to comment.