cst_encode_usize method

  1. @protected
JSAny cst_encode_usize(
  1. BigInt raw
)

Implementation

@protected
JSAny cst_encode_usize(BigInt raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return castNativeBigInt(raw);
}