Creates a flatbuffers validation function + small fix (#5725)

This commit is contained in:
mustiikhalil
2020-01-25 01:55:57 +03:00
committed by Wouter van Oortmerssen
parent 47026ea6ba
commit 316d7c2089
4 changed files with 71 additions and 22 deletions

View File

@@ -87,3 +87,5 @@ extension UInt32: Scalar {
extension UInt64: Scalar {
public typealias NumericValue = UInt64
}
public func FlatBuffersVersion_1_11_1() {}