Searched defs:stringNullableArray (Results 1 – 4 of 4) sorted by relevance
224 …std::optional<std::array<std::optional<std::string>, 2>> stringNullableArray = {{{"hello", "world"… variable
53 public java.lang.String[] stringNullableArray = {"hello", "world"}; field in FixedSizeArrayExample