Structurevapor 4.114.1Vapor
BaseNEncoding
BaseN.swift:10struct BaseNEncoding
struct BaseNEncoding
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
protocol Sendable
let bits: Int
func decode<C>(_ encoded: C) -> [UInt8]? where C : RandomAccessCollection, C.Element == UInt8, C.Index == Int
func encode<C>(_ decoded: C) -> [UInt8] where C : RandomAccessCollection, C.Element == UInt8, C.Index == Int