...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
google
/
flatbuffers
/
ts
/
encoding.ts
Documentation:
github.com/google/flatbuffers/ts
1
export enum Encoding {
2
UTF8_BYTES = 1,
3
UTF16_STRING = 2
4
}
View as plain text