scodec.codecs
Provides the | method on String, which is reverse syntax for codec withContext ctx.
|
String
codec withContext ctx
Usage:
val codec = "id" | uint8
Pushes context into the specified codec.
Provides the
|
method onString
, which is reverse syntax forcodec withContext ctx
.Usage: