Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
7c75e5878f32a284d2224ce089bd82c4a526a334
/
.
/
third_party
/
flatbuffers
/
ts
/
flexbuffers
/
bit-width.ts
blob: 5f85b613816cf3e0ca2f4615e5182c688059fb72 [
file
] [
log
] [
blame
]
export
enum
BitWidth
{
WIDTH8
=
0
,
WIDTH16
=
1
,
WIDTH32
=
2
,
WIDTH64
=
3
,
}