class

Logos::PatternAST::Literal

Inherits Logos::PatternAST::Node < Reference < Object

Literal byte or character sequence

Constructors

from_bytes(bytes : Array(UInt8)) : self

Create from byte array

Source
from_string(str : String) : self

Create from string

Source
new(bytes : Bytes)
Source

Instance methods

bytes
Source