scalus.builtin.ByteString
See theByteString companion class
object ByteString extends ByteStringApi
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
ByteString.type
Members list
Type members
Classlikes
final implicit class StringInterpolators(val sc: StringContext) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Inherited classlikes
object given_Decoder_ByteString extends Decoder[ByteString]
Attributes
- Inherited from:
- ByteStringApi
- Supertypes
object given_Encoder_ByteString extends Encoder[ByteString]
Attributes
- Inherited from:
- ByteStringApi
- Supertypes
Value members
Concrete methods
Concrete fields
Givens
Extensions
Extensions
extension (sc: StringContext)
Hex string interpolator
Hex string interpolator
Attributes
- Example
-
val hexString = hex"deadbeef" val withSpaces = hex"de ad be ef" val upperCase = hex"DEADBEEF"
Implicits
Implicits
In this article