mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-05 21:36:55 +00:00
Improves documentation, and adding DocC (#6784)
Finished documenting flatbuffersbuilder Replaces swift 5.5 with 5.2 packages Starts building the tutorial for xcode 13 Finishes building the tutorial for xcode 13 Removes docc files from old swift versions Updates swift style guide
This commit is contained in:
@@ -29,6 +29,8 @@ public enum FlatBuffersUtils {
|
||||
/// creates a new buffer use `readPrefixedSizeCheckedRoot` instead
|
||||
/// unless a completely new buffer is required
|
||||
/// - Parameter bb: Flatbuffer object
|
||||
///
|
||||
///
|
||||
public static func removeSizePrefix(bb: ByteBuffer) -> ByteBuffer {
|
||||
bb.duplicate(removing: MemoryLayout<Int32>.size)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user