Instance Method
encode(_:)
func encode<C>(_ decoded: C) -> [UInt8] where C : RandomAccessCollection, C.Element == UInt8, C.Index == Int
Instance Method
func encode<C>(_ decoded: C) -> [UInt8] where C : RandomAccessCollection, C.Element == UInt8, C.Index == Int