Skip to content

Commit 24e226c

Browse files
authored
Merge pull request NativeScript#1185 from NativeScript/remove-vectors-from-limitations
docs: Remove vectors and struct with const array members limitations …
2 parents e3ecc15 + 50e3033 commit 24e226c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/runtimes/ios/Limitations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The following members can not be accessed from JavaScript:
1111

1212
* Unions
1313
* Variadic Objective-C methods, function pointers, blocks
14-
* Structs with constant size array members
15-
* Vectors
16-
* Inline functions
14+
* Inline functions<sup>1</sup>
1715
* `int64_t`, `uint64_t` outside the [-2^53, 2^53] range
1816
* `long double`, `int128_t`, `uint128_t`
17+
18+
<sup>1</sup>some of the most used inline functions are [implemented in JavaScript](https://github.com/NativeScript/ios-runtime/blob/release/src/NativeScript/inlineFunctions.js) and therefore available

0 commit comments

Comments
 (0)