viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.values
/
ByteVecValue
Byte
Vec
Value
data
class
ByteVecValue
(
val
value
:
List
<
Byte
>
)
:
Value
A bytevec.
Constructors
Functions
Properties
Constructors
Byte
Vec
Value
Link copied to clipboard
fun
ByteVecValue
(
value
:
List
<
Byte
>
)
Functions
to
Document
Link copied to clipboard
override
fun
toDocument
(
)
:
Document
Properties
type
Link copied to clipboard
open
override
val
type
:
ValueType
value
Link copied to clipboard
val
value
:
List
<
Byte
>