Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5a66f8aa3fd1d076fe7eb24462f5660b4df2bc34
/
.
/
third_party
/
flatbuffers
/
ts
/
flexbuffers
/
bit-width.ts
blob: 5f85b613816cf3e0ca2f4615e5182c688059fb72 [
file
] [
log
] [
blame
]
Austin Schuh
272c613
2020-11-14 16:37:52 -0800
[
diff
] [
blame
]
1
export
enum
BitWidth
{
2
WIDTH8
=
0
,
3
WIDTH16
=
1
,
4
WIDTH32
=
2
,
5
WIDTH64
=
3
,
6
}