java.lang.Object
org.kink_lang.kink.HostResultCore
org.kink_lang.kink.Val
org.kink_lang.kink.VecVal
- All Implemented Interfaces:
 HostResult
A vec val.
- See Also:
 
- 
Field Summary
 - 
Method Summary
Methods inherited from class org.kink_lang.kink.Val
getVar, getVarSymHandleSet, hasVar, identity, makeHostResultCore, setVar 
- 
Method Details
- 
toList
Returns a list containing the elements of the vec.The result list may or may not reflect modification after returning from the method.
- Returns:
 - a list containing the elements of the vec.
 
 - 
toString
 - 
hashCode
public int hashCode() - 
equals
 
 -