func split(maxSplits : Int, omittingEmptySubsequences : Bool, whereSeparator : ((key: Key, value: Value)) -> Bool) -> [Slice<Dictionary<Key, Value>>]
Returns the longest possible subsequences of the collection, in order, that don’t contain elements satisfying the given predicate.
与えられた述部を満たす要素を含んでいない、このコレクションの最も長くなりうる下位シーケンスそれらを順序どおりに返します。
func withContiguousStorageIfAvailable <R>((UnsafeBufferPointer<( key: Key, value: Value)>) -> R) -> R?
Executes a closure on the sequence’s contiguous storage.