viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.values
Package-level
declarations
Types
Types
Byte
Vec
Value
Link copied to clipboard
data
class
ByteVecValue
(
val
value
:
List
<
Byte
>
)
:
Value
A bytevec.
Host
Set
Value
Link copied to clipboard
class
HostSetValue
:
Value
,
PersistentSet
<
Host
>
A set of hosts.
Host
Value
Link copied to clipboard
data
class
HostValue
(
val
value
:
Host
)
:
Value
A host.
String
Value
Link copied to clipboard
data
class
StringValue
(
val
value
:
String
)
:
Value
A string.