Renderingla

octeti

Primitive byte-buffer type.

Aliases: bytes

Syntax: octeti

Category

type

Related

Examples

examples/corpus/octeti/octeti.fab (canonical · existing-home)

Primitive byte-buffer type.

# octeti — byte-buffer type alias
#
# typus Fascis = octeti
#
# GRAMMAR:
#   typeAliasDecl :← 'typus' ident '=' typeExpr
#
# EXPECTED OUTPUT:
#   octeti.expected — type-known diagnostic.

typus Fascis = octeti

incipit {
    fixum octeti sig ← |de ad be ef|
    fixum octeti hello ← |48 65 6c 6c 6f|
    fixum octeti empty ← ||
    nota "octeti typus notus"
}

Expected output:

octeti typus notus