Loading libraries/struct/src/struct.ts +1 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,7 @@ export class Struct< ) { return this.bigint( name, BigIntFieldType.Int64, BigIntFieldType.Uint64, _typescriptType ); } Loading Loading
libraries/struct/src/struct.ts +1 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,7 @@ export class Struct< ) { return this.bigint( name, BigIntFieldType.Int64, BigIntFieldType.Uint64, _typescriptType ); } Loading