java.lang.Object
org.kink_lang.kink.BinHelper
The helper for bin vals.
- See Also:
 
- 
Method Summary
 
- 
Method Details
- 
of
Returns a bin val, copying the bytes.- Parameters:
 bytes- the bytes.- Returns:
 - a bin val, copying the bytes.
 
 - 
of
Returns a bin val, copyin the bytes inclusively fromfrom, exclusively toto.- Parameters:
 bytes- the bytes.from- the inclusive start index inbytes.to- the exclusive end index inbytes.- Returns:
 - a bin val, copying the bytes.
 
 
 -