Skip to content

Instantly share code, notes, and snippets.

View tatsuz0u's full-sized avatar
:shipit:

Tatsuzo Araki tatsuz0u

:shipit:
View GitHub Profile
//
// AsyncMergeSort.swift
// BitRemote
//
// Created by 荒木辰造 on R 5/03/08.
//
import Foundation
extension Array {
//
// DividerGroup.swift
// BitRemote
//
// Created by 荒木辰造 on R 5/03/10.
//
import SwiftUI
struct DividerGroup<Content: View>: View {
//
// MenuPicker.swift
// BitRemote
//
// Created by 荒木辰造 on R 5/03/12.
//
import SwiftUI
struct MenuPicker<Items: RandomAccessCollection, Element: Equatable, ID: Hashable, MenuLabel: View>: View