This commit is contained in:
Jules Bertholet 2021-07-14 16:57:30 -04:00 committed by GitHub
parent bf39cfd8bc
commit 872c57e2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| Yes | No | No | Yes | Yes | Yes | A JavaScript `Array` object |
Boxed slices of imported JS types and exported Rust types are also supported. `Vec<T>` is supported wherever `Box<[T]>` is.
## Example Rust Usage
```rust