fn decodeLiteralsSection(source: anytype, buffer: []u8) !LiteralsSection
[src]
Decode a LiteralsSection
from src
, incrementing consumed_count
by the number of bytes the section uses. See decodeLiterasSectionSlice()
.
fn decodeLiteralsSection(source: anytype, buffer: []u8) !LiteralsSection
Decode a LiteralsSection
from src
, incrementing consumed_count
by the number of bytes the section uses. See decodeLiterasSectionSlice()
.