Hex

object Hex extends Validator[ByteVector]
trait Validator[ByteVector]
class Object
trait Matchable
class Any

Value members

Concrete methods

def validate(s: String)(using Quotes): Either[String, Expr[ByteVector]]

Inherited methods

def apply(strCtxExpr: Expr[StringContext], argsExpr: Expr[Seq[Any]])(using Quotes): Expr[ByteVector]
Inherited from
Validator