writeStaticString(_:)

Write the static string into this ByteBuffer using UTF-8 encoding, moving the writer index forward appropriately.

ByteBuffer-aux.swift:70
@discardableResult mutating func writeStaticString(_ string: StaticString) -> Int

Parameters

string

The string to write.

Returns

The number of bytes written.