Instance Propertyvapor 4.114.1Vapor
bits
BaseN.swift:109let bits: Int
let bits: Int
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.
struct BaseNEncoding
@frozen struct Int
A signed integer value type.
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