implicit final class BinStringSyntax extends AnyVal
Provides the bin string interpolator, which returns BitVector instances from binary strings.
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BinStringSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BinStringSyntax(sc: StringContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
macro
def
bin(args: BitVector*): BitVector
Converts this binary literal string to a
BitVector.Converts this binary literal string to a
BitVector. Whitespace characters are ignored.Named arguments are supported in the same manner as the standard
sinterpolator but they must be of typeBitVector. -
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val sc: StringContext
-
def
toString(): String
- Definition Classes
- Any