Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2dd86a954a1e2f3fb8b2290e9875d8495d683783
/
.
/
lua
/
flatbuffers
/
compat_5_3.lua
blob: 762bf073ccdb2771d585094596f5235a3fa80f42 [
file
] [
log
] [
blame
]
-- We need to put it into a separate file to avoid syntax error like `unexpected symbol near '~'`
local
m
=
{}
m
.
GetAlignSize
=
function
(
k
,
size
)
return
((~
k
)
+
1
)
&
(
size
-
1
)
end
m
.
string_pack
=
string
.
pack
m
.
string_unpack
=
string
.
unpack
return
m