mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 15:23:56 +00:00
[swift] Implements union strings (#6589)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import Foundation
|
||||
|
||||
/// Offset object for all the Objects that are written into the buffer
|
||||
public struct Offset<T> {
|
||||
public struct Offset {
|
||||
/// Offset of the object in the buffer
|
||||
public var o: UOffset
|
||||
/// Returns false if the offset is equal to zero
|
||||
|
||||
Reference in New Issue
Block a user