dyaml.reader

Undocumented in source.

Members

Aliases

isBreak
alias isBreak = among!('\n', '\u0085', '\u2028', '\u2029')
Undocumented in source.

Classes

Reader
class Reader

Provides an API to read characters from a UTF-8 buffer and build slices into that buffer to avoid allocations (see SliceBuilder).

ReaderException
class ReaderException

Exception thrown at Reader errors.

Structs

SliceBuilder
struct SliceBuilder

Used to build slices of already read data in Reader buffer, avoiding allocations.

Meta