viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.syntax
/
NamedArguments
/
get
get
operator
fun
get
(
label
:
ArgumentLabel
)
:
T
Content copied to clipboard
Returns the argument associated with label
label
.
Throws
edu.
cornell.
cs.
apl.
viaduct.
errors.
Undefined
Name
Error
if there is no argument with label
label
.