func toBytes()

in Sources/Tea/Extensions.swift [6:8]


    func toBytes() -> [UInt8] {
        [UInt8](self.utf8)
    }