mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 16:55:44 +00:00
[swift] add had<ArrayName> property for arrays to check presence in a message (#7280)
This commit is contained in:
10
tests/vector_has_test.fbs
Normal file
10
tests/vector_has_test.fbs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Swift.Tests;
|
||||
|
||||
table Vectors
|
||||
{
|
||||
none:[ulong];
|
||||
empty:[ulong];
|
||||
array:[ulong];
|
||||
}
|
||||
|
||||
root_type Vectors;
|
||||
Reference in New Issue
Block a user