Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/concepts/abi_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@ values are unique by appending namespace prefix to the key.

## AnyView and Managed Any

```{seealso}
For a comprehensive tutorial on Any including ownership semantics, extraction methods,
and common patterns, see {doc}`any`.
```

An `TVMFFIAny` can either be treated as a strongly managed value (corresponding to `ffi::Any` in C++),
or an unmanaged value (corresponding to `ffi::AnyView` in C++).

Expand Down
Loading