Searched defs:PrependByte (Results 1 – 3 of 3) sorted by relevance
365 function mt:PrependByte(x) self:Prepend(Uint8, x) end function
735 func (b *Builder) PrependByte(x byte) { func
629 def PrependByte(self, x): member in Builder