- P256K
- HashDigest
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
Instance Method
split(maxSplits:omittingEmptySubsequences:whereSeparator:)
func split(maxSplits: Int = Int.max, omittingEmptySubsequences: Bool = true, whereSeparator isSeparator: (Self.Element) throws -> Bool) rethrows -> [ArraySlice<Self.Element>]