This differs from this.value in that this.value only returns the value octets, whereas this.toBytes returns the type tag, length tag / octets, and the value octets, all concatenated.
This is the exact same as this.toBytes().
type tag, length tag, and value, all concatenated as a ubyte array.
See Implementation
This differs from this.value in that this.value only returns the value octets, whereas this.toBytes returns the type tag, length tag / octets, and the value octets, all concatenated.
This is the exact same as this.toBytes().