implicit final class AsciiStringSyntax extends AnyVal
Provides the ascii string interpolator, which returns ByteVector instances from ascii
strings.
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsciiStringSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AsciiStringSyntax(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 asciiBytes(args: String*): ByteVector
Converts this ascii literal string to a
ByteVector.Converts this ascii literal string to a
ByteVector.Named arguments are supported in the same manner as the standard
sinterpolator. - 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