StringEnrichedWithCodecContextSupport
Provides the
|
method on String
, which is reverse syntax for codec withContext ctx
.Usage:
{{{
val codec = "id" | uint8
}}}
{{{
val codec = "id" | uint8
}}}
class AnyVal
trait Matchable
class Any