class M.CBORArrayimport { M } from "https://deno.land/x/lucid@0.10.1/src/core/mod.ts"; const { CBORArray } = M; Methods__destroy_into_raw()add(elem)free()get(index)is_definite()len()set_definite_encoding(use_definite)to_bytes()Static Methods__wrap(ptr)from_bytes(bytes)new()