Instance Propertyswift-hash 0.7.1MD5
endIndex
MD5.swift:61var endIndex: Int { get }
var endIndex: Int { get }
import MD5
@frozen struct MD5
@frozen struct Int
A signed integer value type.
init?(_ description: borrowing String)
init?(_ description: borrowing Substring)
init<Message>(hashing message: Message) where Message : Collection, Message.Element == UInt8
init(integerLiteral: borrowing StaticBigInt)
init(words: Words)
static func copy(from bytes: some RandomAccessCollection<UInt8>) -> `Self`?
var description: String { get }
var startIndex: Int { get }
var words: Words { get set }
subscript(index: Int) -> UInt8 { get set }
static func < (lhs: `Self`, rhs: `Self`) -> Bool
Compares two MD5 hashes in the order they would sort if they were printed as base-16 strings with consistent casing. (This function does not actually convert the hashes to strings.)
@frozen struct Block
@frozen struct Words