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().

Parameters

source: anytype,
buffer: []u8,